Skip to content

Commit

Permalink
fix(tests): import
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 20, 2024
1 parent eee7a15 commit 71b96e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/ledger/test/integration/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
3 changes: 3 additions & 0 deletions components/ledger/test/integration/scenario_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 71b96e0

Please sign in to comment.