Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! chore: rework RPC version negotiation
  • Loading branch information
deansheather committed Dec 4, 2024
commit 60b20defdcfaaa14b9d292241fd23c3ec7bc6df6
2 changes: 2 additions & 0 deletions vpn/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func TestRPCVersionParseString(t *testing.T) {
},
}

// nolint:paralleltest
for _, tc := range cases {
t.Run(tc.name, func(t *testing.T) {
t.Parallel()
Expand Down Expand Up @@ -102,6 +103,7 @@ func TestRPCVersionIsCompatibleWith(t *testing.T) {
},
}

// nolint:paralleltest
for _, tc := range cases {
t.Run(tc.name, func(t *testing.T) {
t.Parallel()
Expand Down
Loading