From e9fca8d993cc9ac97e4ebf06c1744bdbaba27801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 17 Jun 2022 11:03:43 +0200 Subject: [PATCH] Cleanup: typo fix in comment --- internal/manager/persistence/jobs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manager/persistence/jobs_test.go b/internal/manager/persistence/jobs_test.go index 2d48675e..ea70ebce 100644 --- a/internal/manager/persistence/jobs_test.go +++ b/internal/manager/persistence/jobs_test.go @@ -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"