Skip to content

Commit

Permalink
Update test/kubernetes/integration_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: fatih <ftharsln@gmail.com>
  • Loading branch information
nanzhong and fatih committed Nov 20, 2018
1 parent aee91f9 commit bc5ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kubernetes/integration_test.go
Expand Up @@ -416,7 +416,7 @@ func TestSnapshot_Create(t *testing.T) {
t.Fatal(err)
}

t.Logf("Waiting pod %q to be running ...\n", pod.Name)
t.Logf("Waiting for pod %q to be running ...\n", pod.Name)
if err := waitForPod(client, pod.Name); err != nil {
t.Error(err)
}
Expand Down

0 comments on commit bc5ff69

Please sign in to comment.