Skip to content

Commit

Permalink
Merge pull request kubernetes#9511 from AdamDang/patch-4
Browse files Browse the repository at this point in the history
Wrong message in Update shadow_test.go
  • Loading branch information
k8s-ci-robot authored Sep 25, 2018
2 parents 5c0d7b7 + 4d72972 commit 1ccb647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogo/shadow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func TestChoose(t *testing.T) {
case act != nil && !tc.action:
t.Errorf("unexpected action: %v", act)
case dest != tc.destpath:
t.Errorf("wrong destionation %s != expected %s", dest, tc.dest)
t.Errorf("wrong destination %s != expected %s", dest, tc.dest)
}
})
}
Expand Down

0 comments on commit 1ccb647

Please sign in to comment.