Skip to content

Commit da987eb

Browse files
committed
Wrong matcher - use BeNil instead BeEmpty
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 78c41fb commit da987eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/nfs_persistent_volume-disruptive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = utils.SIGDescribe("NFSPersistentVolumes", framework.WithDisruptive(), fu
9999
break
100100
}
101101
}
102-
gomega.Expect(clientNode).NotTo(gomega.BeEmpty())
102+
gomega.Expect(clientNode).NotTo(gomega.BeNil())
103103
}
104104
})
105105

0 commit comments

Comments
 (0)