mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Wrong matcher - use BeNil instead BeEmpty
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ var _ = utils.SIGDescribe("NFSPersistentVolumes", framework.WithDisruptive(), fu
|
||||
break
|
||||
}
|
||||
}
|
||||
gomega.Expect(clientNode).NotTo(gomega.BeEmpty())
|
||||
gomega.Expect(clientNode).NotTo(gomega.BeNil())
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user