Skip to content

Commit 6960b27

Browse files
ashraffoudaEslam-Nawara
authored andcommitted
fix bootstrap_test
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent ebd64de commit 6960b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/netlight/bootstrap/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestAddrSet(t *testing.T) {
5656
mustParseAddr("192.168.0.10/24"),
5757
})
5858
assert.Equal(t, 3, s.Len())
59-
assert.Equal(t, []netlink.Addr{
59+
assert.ElementsMatch(t, []netlink.Addr{
6060
mustParseAddr("192.168.0.1/24"),
6161
mustParseAddr("192.168.1.1/24"),
6262
mustParseAddr("192.168.0.10/24"),

0 commit comments

Comments
 (0)