Skip to content

Commit c7d8f73

Browse files
authored
Merge pull request kubernetes#130524 from dims/wrong-matcher-use-BeNil-instead-of-BeEmpty
Wrong matcher - use BeNil instead BeEmpty
2 parents 12e274b + da987eb commit c7d8f73

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)