fix typo in /test/integration

This commit is contained in:
HaoJie Liu
2021-11-25 18:59:31 +08:00
parent aff056d8a1
commit 1dc1a37294
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ func TestCoreResourceEnqueue(t *testing.T) {
t.Fatalf("Expected the Pod to be attempted 2 times, but got %v", podInfo.Attempts)
}
if got := podInfo.Pod.Name; got != "pod1" {
t.Fatalf("Exepcted pod1 to be popped, but got %v", got)
t.Fatalf("Expected pod1 to be popped, but got %v", got)
}
// Pod2 and Pod3 are not expected to be popped out.