Skip to content

Commit

Permalink
fix: testutils import missing in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Aug 11, 2024
1 parent 67576e6 commit 4fb616f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/configuration/asm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ import (
"sort"
"testing"

"connectrpc.com/connect"
"github.com/TBD54566975/ftl/backend/controller/leases"
ftlv1 "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1"
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/slices"
"github.com/TBD54566975/ftl/testutils"

"connectrpc.com/connect"
"github.com/alecthomas/assert/v2"
"github.com/alecthomas/types/optional"
. "github.com/alecthomas/types/optional"
Expand Down

0 comments on commit 4fb616f

Please sign in to comment.