Skip to content

Commit

Permalink
netlist: fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
urlesistiana committed Sep 29, 2022
1 parent a76e4d6 commit 8bc1821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/matcher/netlist/netlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestIPNetList_Sort_And_Merge(t *testing.T) {
{"3", netip.MustParseAddr("192.168.9.255"), true},
{"4", netip.MustParseAddr("192.168.255.255"), true},
{"5", netip.MustParseAddr("192.169.1.1"), true},
{"6", netip.MustParseAddr("192.168.1.1"), false},
{"6", netip.MustParseAddr("192.170.1.1"), false},
{"7", netip.MustParseAddr("1.1.1.1"), false},
}
for _, tt := range tests {
Expand Down

0 comments on commit 8bc1821

Please sign in to comment.