Skip to content

Commit a416c2c

Browse files
Update pkg/utils/kubeclient/node_test.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: r0hansaxena <rohansxn8772@gmail.com>
1 parent 3356816 commit a416c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/utils/kubeclient/node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var _ = Describe("IsReady", func() {
173173
})
174174

175175
Context("when one NodeReady condition is false among other conditions", func() {
176-
It("should return false", func() {
176+
It("should return false when NodeReady is False among other conditions", func() {
177177
node := corev1.Node{
178178
ObjectMeta: metav1.ObjectMeta{Name: "test5"},
179179
Status: corev1.NodeStatus{

0 commit comments

Comments
 (0)