Skip to content

Commit

Permalink
test(pkg/network): add t.Parallel in TestIntToSubnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Sep 22, 2024
1 parent 03f98c2 commit d778c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/network/converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ func TestNtohl(t *testing.T) {
}

func TestIntToSubnet(t *testing.T) {
t.Parallel()

tests := []struct {
ip uint32
mask uint32
Expand Down

0 comments on commit d778c65

Please sign in to comment.