Skip to content

Commit d0e25f4

Browse files
test: add API level tests
1 parent 3cce707 commit d0e25f4

File tree

2 files changed

+469
-1
lines changed

2 files changed

+469
-1
lines changed

coderd/database/querier_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,6 @@ func TestGetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisione
24022402

24032403
// Create provisioner jobs based on provided tags:
24042404
allJobs := make([]database.ProvisionerJob, len(tc.jobTags))
2405-
// daemonOrgIDs := make([]uuid.UUID, len(tc.daemonTags))
24062405
for idx, tags := range tc.jobTags {
24072406
// Make sure jobs are stored in correct order, first job should have the earliest createdAt timestamp.
24082407
// Example for 3 jobs:

0 commit comments

Comments
 (0)