Cleanup: typo fix in comment

This commit is contained in:
Sybren A. Stüvel 2022-06-17 11:03:43 +02:00
parent b991e5f446
commit e9fca8d993

View File

@ -272,7 +272,7 @@ func TestAddWorkerToTaskFailedList(t *testing.T) {
worker1 := createWorker(ctx, t, db)
// Create another working, using the 1st as template:
// Create another worker, using the 1st as template:
newWorker := *worker1
newWorker.ID = 0
newWorker.UUID = "89ed2b02-b51b-4cd4-b44a-4a1c8d01db85"