diff options
Diffstat (limited to 'container/container_test.go')
-rw-r--r-- | container/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/container_test.go b/container/container_test.go index a1d68e6b..49780a31 100644 --- a/container/container_test.go +++ b/container/container_test.go @@ -1,12 +1,12 @@ package container_test import ( + "log/slog" "testing" "time" "github.com/roadrunner-server/endure/v2" "github.com/stretchr/testify/assert" - "golang.org/x/exp/slog" ) func TestNewContainer(t *testing.T) { // there is no legal way to test container options |