summaryrefslogtreecommitdiff
path: root/container/container_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-08-18 18:53:50 +0200
committerValery Piashchynski <[email protected]>2023-08-18 18:53:50 +0200
commit7093221065efcf9e3d32c4d285b40605beaf5344 (patch)
treeeff6c983f48e1fcb3d546d55e701c93f2757b1cb /container/container_test.go
parent358cd39b96b5a25ba148a5e0a4077d52d7f22e56 (diff)
pre-release: v2023.3.0-beta.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/container_test.go')
-rw-r--r--container/container_test.go2
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