Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamishpk committed Mar 7, 2024
1 parent bc18de3 commit 66b1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mettle/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func TestShouldDeleteJob(t *testing.T) {

for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
assert.Equal(t, test.shouldDelete, shouldDeleteJob(test.job))
assert.Equal(t, test.shouldDelete, shouldDeleteJob(test.job, "1234"))
})
}
}
Expand Down

0 comments on commit 66b1491

Please sign in to comment.