Skip to content

Commit 00fff8c

Browse files
committed
fmt
1 parent cd90dff commit 00fff8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/idpsync/group_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ func TestGroupSyncTable(t *testing.T) {
253253
// this is still fast without being in parallel.
254254
//nolint:paralleltest, tparallel
255255
t.Run(tc.Name, func(t *testing.T) {
256-
257256
db, _ := dbtestutil.NewDB(t)
258257
manager := runtimeconfig.NewManager()
259258
s := idpsync.NewAGPLSync(slogtest.Make(t, &slogtest.Options{}),
@@ -294,7 +293,6 @@ func TestGroupSyncTable(t *testing.T) {
294293
// debug a single test case.
295294
//nolint:paralleltest, tparallel // This should run after all the individual tests
296295
t.Run("AllTogether", func(t *testing.T) {
297-
298296
db, _ := dbtestutil.NewDB(t)
299297
manager := runtimeconfig.NewManager()
300298
s := idpsync.NewAGPLSync(slogtest.Make(t, &slogtest.Options{}),

0 commit comments

Comments
 (0)