Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48678b6

Browse files
committed
linting
1 parent 00fff8c commit 48678b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coderd/idpsync/group_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func TestParseGroupClaims(t *testing.T) {
6565
})
6666
}
6767

68+
//nolint:paralleltest, tparallel
6869
func TestGroupSyncTable(t *testing.T) {
6970
t.Parallel()
7071

coderd/idpsync/role_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"github.com/coder/coder/v2/testutil"
2424
)
2525

26+
//nolint:paralleltest, tparallel
2627
func TestRoleSyncTable(t *testing.T) {
2728
t.Parallel()
2829

0 commit comments

Comments
 (0)