mirror of
https://github.com/rancher/plugins.git
synced 2025-09-18 18:07:17 +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>