diff options
Diffstat (limited to 'integration/container/stop_test.go')
-rw-r--r-- | integration/container/stop_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/container/stop_test.go b/integration/container/stop_test.go index c88e1c965a..7e12996e33 100644 --- a/integration/container/stop_test.go +++ b/integration/container/stop_test.go @@ -6,8 +6,8 @@ import ( "time" "github.com/docker/docker/integration/internal/container" - "gotest.tools/assert" - "gotest.tools/poll" + "gotest.tools/v3/assert" + "gotest.tools/v3/poll" ) func TestStopContainerWithRestartPolicyAlways(t *testing.T) { |