Skip to content

Commit bc5297c

Browse files
refactor: fix linter
1 parent 4b052be commit bc5297c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ func TestAcquireJob(t *testing.T) {
443443
_, err = db.GetAPIKeyByID(ctx, key.ID)
444444
require.ErrorIs(t, err, sql.ErrNoRows)
445445
})
446-
447446
}
448447
t.Run(tc.name+"_TemplateVersionDryRun", func(t *testing.T) {
449448
t.Parallel()

0 commit comments

Comments
 (0)