From d778c65a99e18ffea994ac8ae93c6b657a4b7603 Mon Sep 17 00:00:00 2001 From: nullswan Date: Sun, 22 Sep 2024 22:20:25 +0200 Subject: [PATCH] test(pkg/network): add t.Parallel in TestIntToSubnet --- pkg/network/converter_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/network/converter_test.go b/pkg/network/converter_test.go index d604dfc..3e251b9 100644 --- a/pkg/network/converter_test.go +++ b/pkg/network/converter_test.go @@ -285,6 +285,8 @@ func TestNtohl(t *testing.T) { } func TestIntToSubnet(t *testing.T) { + t.Parallel() + tests := []struct { ip uint32 mask uint32