mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +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
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gomega.Expect(clientNode).NotTo(gomega.BeEmpty())
|
gomega.Expect(clientNode).NotTo(gomega.BeNil())
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user