Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Nov 13, 2024
1 parent 7b2a1ba commit a8d149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workceptor/workceptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func TestAllocateRemoteUnit(t *testing.T) {
if tc.errorMsg != "" && tc.errorMsg != err.Error() && err != nil {
t.Errorf("expected: %s, received: %s", tc.errorMsg, err)
}

if tc.errorMsg == "" && err != nil {
t.Error(err)
}
Expand Down

0 comments on commit a8d149f

Please sign in to comment.