mirror of
https://github.com/rancher/plugins.git
synced 2025-09-13 22:33:41 +00:00
Use: - `BeEmpty` instead of `HaveLen(0)` - `Expect(x).To(BeZero())` instead of `Expect(x == 0).To(BeTrue())` Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>