fix typo in test

pull/6/head
dingh 2016-02-22 15:08:02 +08:00
parent c9d33ec1b4
commit 40f6032d33
1 changed files with 1 additions and 1 deletions

View File

@ -2344,7 +2344,7 @@ func TestGetHostPortConflicts(t *testing.T) {
// The new pod should cause conflict and be reported.
pods = append(pods, expected)
if !hasHostPortConflicts(pods) {
t.Errorf("expected no conflict, Got no conflicts")
t.Errorf("expected conflict, Got no conflicts")
}
}