Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Nov 3, 2017
1 parent 57133fe commit a94bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ func TestDockerDriver_OOMKilled(t *testing.T) {
select {
case res := <-handle.WaitCh():
if res.Successful() {
t.Fatalf("expected error, but container exited successfull")
t.Fatalf("expected error, but container exited successful")
}

if res.Err.Error() != "OOM Killed" {
Expand Down

0 comments on commit a94bab6

Please sign in to comment.