We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47a5c7 commit fdebf0aCopy full SHA for fdebf0a
1 file changed
cli/command/container/run_test.go
@@ -127,7 +127,7 @@ func TestRunAttach(t *testing.T) {
127
}
128
129
// end stream from "container" so that we'll detach
130
- conn.Close()
+ assert.NilError(t, conn.Close())
131
132
select {
133
case cmdErr := <-cmdErrC:
@@ -207,7 +207,7 @@ func TestRunAttachTermination(t *testing.T) {
207
208
209
assert.NilError(t, syscall.Kill(syscall.Getpid(), syscall.SIGTERM))
210
211
212
213
case <-killCh:
0 commit comments