mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fix the fix - no type-checking...
This commit is contained in:
parent
47d51e5138
commit
9c49e87aa4
@ -87,7 +87,7 @@ func verifyResult(c *client.Client, podName string, expectedScheduled int, expec
|
|||||||
}
|
}
|
||||||
|
|
||||||
Expect(len(notScheduledPods)).To(Equal(expectedNotScheduled), printOnce(fmt.Sprintf("Not scheduled Pods: %#v", notScheduledPods)))
|
Expect(len(notScheduledPods)).To(Equal(expectedNotScheduled), printOnce(fmt.Sprintf("Not scheduled Pods: %#v", notScheduledPods)))
|
||||||
Expect(scheduledPods).To(Equal(expectedScheduled), printOnce(fmt.Sprintf("Scheduled Pods: %#v", scheduledPods)))
|
Expect(len(scheduledPods)).To(Equal(expectedScheduled), printOnce(fmt.Sprintf("Scheduled Pods: %#v", scheduledPods)))
|
||||||
}
|
}
|
||||||
|
|
||||||
func cleanupPods(c *client.Client, ns string) {
|
func cleanupPods(c *client.Client, ns string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user