diff options
| author | Vincent Demeester <vincent@sbr.pm> | 2018-06-11 15:32:11 +0200 |
|---|---|---|
| committer | Vincent Demeester <vincent@sbr.pm> | 2018-06-13 09:04:30 +0200 |
| commit | 38457285242e57306c5b7ee652c7ccbb9fbd6713 (patch) | |
| tree | 5732de0d32058c11c53c5ba5af74f5446e69cd91 /daemon/exec_linux_test.go | |
| parent | c147e9e1a45b1c66bc5773814b53bcd27132557c (diff) | |
| download | docker-38457285242e57306c5b7ee652c7ccbb9fbd6713.tar.gz | |
Update tests to use gotest.tools 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'daemon/exec_linux_test.go')
| -rw-r--r-- | daemon/exec_linux_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/exec_linux_test.go b/daemon/exec_linux_test.go index 9e5496ae4b..0db7f080db 100644 --- a/daemon/exec_linux_test.go +++ b/daemon/exec_linux_test.go @@ -8,9 +8,9 @@ import ( containertypes "github.com/docker/docker/api/types/container" "github.com/docker/docker/container" "github.com/docker/docker/daemon/exec" - "github.com/gotestyourself/gotestyourself/assert" "github.com/opencontainers/runc/libcontainer/apparmor" "github.com/opencontainers/runtime-spec/specs-go" + "gotest.tools/assert" ) func TestExecSetPlatformOpt(t *testing.T) { |
