diff --git a/components/ledger/test/integration/environment_test.go b/components/ledger/test/integration/environment_test.go index 206377e009..8a0c463b96 100644 --- a/components/ledger/test/integration/environment_test.go +++ b/components/ledger/test/integration/environment_test.go @@ -6,6 +6,10 @@ import ( "encoding/json" "github.com/formancehq/go-libs/logging" "github.com/formancehq/go-libs/testing/docker" + . "github.com/formancehq/go-libs/testing/platform/pgtesting" + . "github.com/formancehq/go-libs/testing/utils" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" "os" ) diff --git a/components/ledger/test/integration/scenario_test.go b/components/ledger/test/integration/scenario_test.go index 91231c025b..4492c07812 100644 --- a/components/ledger/test/integration/scenario_test.go +++ b/components/ledger/test/integration/scenario_test.go @@ -5,6 +5,9 @@ package test_suite import ( "github.com/formancehq/go-libs/logging" . "github.com/formancehq/go-libs/testing/platform/pgtesting" + . "github.com/formancehq/ledger/pkg/testserver" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" ) var _ = Context("Ledger integration tests", func() {