forked from github/multus-cni
* gomega, unit tests: use `HaveLen` matcher The `HaveLen` matcher provides a better error msg when the test fails, resulting in easier debugging. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> * gomega, unit tests: use `BeEmpty` matcher The `BeEmpty` matcher is more idiomatic, and results in better error msgs when the test fails. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> * gomega, unit tests: use `BeTrue` and `BeFalse` matchers These matchers are more idiomatic. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>