Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update internal/controller/pod_controller_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Masayuki Ishii <[email protected]>
  • Loading branch information
zeroalphat and masa213f authored May 24, 2024
1 parent 5655f6f commit 7c681da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/pod_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ var _ = Describe("CatGate controller", func() {
}).Should(Succeed())
})

It("Should more Pods be scheduled if images are present in a node, not limited to the number of Pods.", func() {
It("Should more Pods be scheduled if images are present in all nodes, not limited to the number of Pods.", func() {
testName := "already-images-in-node"
namespace := &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit 7c681da

Please sign in to comment.