Skip to content

Commit

Permalink
workmanager_test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy committed Jan 21, 2024
1 parent 0df5cf5 commit 01467d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/workmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestWorkManagerWorkDispatcherFailures(t *testing.T) {
scheduledJobs[i] = make(chan sched)
}

// Fot each worker, spin up a goroutine that will forward the job it
// For each worker, spin up a goroutine that will forward the job it
// got to our slice of scheduled jobs, such that we can handle them in
// order.
for i := 0; i < len(workers); i++ {
Expand Down

0 comments on commit 01467d0

Please sign in to comment.