8000 fixup! fixup! chore: rework RPC version negotiation · coder/coder@60b20de · GitHub
[go: up one dir, main page]

Skip to content

Commit 60b20de

Browse files
committed
fixup! fixup! chore: rework RPC version negotiation
1 parent 54dd615 commit 60b20de
< 8000 div class="prc-PageLayout-PageLayoutContent-jzDMn">

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpn/version_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func TestRPCVersionParseString(t *testing.T) {
5757
},
5858
}
5959

60+
// nolint:paralleltest
6061
for _, tc := range cases {
6162
t.Run(tc.name, func(t *testing.T) {
6263
t.Parallel()
@@ -102,6 +103,7 @@ func TestRPCVersionIsCompatibleWith(t *testing.T) {
102103
},
103104
}
104105

106+
// nolint:paralleltest
105107
for _, tc := range cases {
106108
t.Run(tc.name, func(t *testing.T) {
107109
t.Parallel()

0 commit comments

Comments
 (0)
0