lint fix for previous commit

This commit is contained in:
Biagio00
2025-10-14 11:43:10 +02:00
parent 96e66d9abc
commit d7545994ab
2 changed files with 5 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ func TestTaskBucket_Update(t *testing.T) {
ProjectID: 1, // In actual web requests set via the url
}
// Before running the TaskBucket Update we retrive the task and execute
// Before running the TaskBucket Update we retrieve the task and execute
// an updateDone to obtain the task with updated start/end/due dates
// This way we can later match them with what happens after running TaskBucket Update
u := &user.User{ID: 1}