File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,6 @@ func TestGroupSyncTable(t *testing.T) {
253
253
// this is still fast without being in parallel.
254
254
//nolint:paralleltest, tparallel
255
255
t .Run (tc .Name , func (t * testing.T ) {
256
-
257
256
db , _ := dbtestutil .NewDB (t )
258
257
manager := runtimeconfig .NewManager ()
259
258
s := idpsync .NewAGPLSync (slogtest .Make (t , & slogtest.Options {}),
@@ -294,7 +293,6 @@ func TestGroupSyncTable(t *testing.T) {
294
293
// debug a single test case.
295
294
//nolint:paralleltest, tparallel // This should run after all the individual tests
296
295
t .Run ("AllTogether" , func (t * testing.T ) {
297
-
298
296
db , _ := dbtestutil .NewDB (t )
299
297
manager := runtimeconfig .NewManager ()
300
298
s := idpsync .NewAGPLSync (slogtest .Make (t , & slogtest.Options {}),
You can’t perform that action at this time.
0 commit comments