mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #130524 from dims/wrong-matcher-use-BeNil-instead-of-BeEmpty
Wrong matcher - use BeNil instead BeEmpty
This commit is contained in:
commit
c7d8f731b0
@ -99,7 +99,7 @@ var _ = utils.SIGDescribe("NFSPersistentVolumes", framework.WithDisruptive(), fu
|
||||
break
|
||||
}
|
||||
}
|
||||
gomega.Expect(clientNode).NotTo(gomega.BeEmpty())
|
||||
gomega.Expect(clientNode).NotTo(gomega.BeNil())
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user