fix typo in test

This commit is contained in:
dingh 2016-02-22 15:08:02 +08:00
parent c9d33ec1b4
commit 40f6032d33

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")
}
}