Skip to content

Commit 84b5589

Browse files
committed
fmt
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent a9014f8 commit 84b5589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/testenvironment/test_environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import (
1919
"testing"
2020
"time"
2121

22-
testsinternal "github.com/envoyproxy/ai-gateway/tests/internal"
2322
"github.com/stretchr/testify/require"
2423
"golang.org/x/sync/errgroup"
2524

2625
"github.com/envoyproxy/ai-gateway/cmd/extproc/mainlib"
2726
internaltesting "github.com/envoyproxy/ai-gateway/internal/testing"
27+
testsinternal "github.com/envoyproxy/ai-gateway/tests/internal"
2828
)
2929

3030
// TestEnvironment holds all the services needed for tests.

0 commit comments

Comments
 (0)