Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit d778c65

Browse files
committed
test(pkg/network): add t.Parallel in TestIntToSubnet
1 parent 03f98c2 commit d778c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/network/converter_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ func TestNtohl(t *testing.T) {
285285
}
286286

287287
func TestIntToSubnet(t *testing.T) {
288+
t.Parallel()
289+
288290
tests := []struct {
289291
ip uint32
290292
mask uint32

0 commit comments

Comments
 (0)