Skip to content

Commit

Permalink
Feedback from Alejandro
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
Ivan Sim committed Mar 11, 2019
1 parent 7aa9c61 commit 04b228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inject/inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func TestOverrides(t *testing.T) {
t.Errorf("Expected annotation %q to exist", annotation)
}

if !reflect.DeepEqual(expected, actual) {
if expected != actual {
t.Errorf("Annotation: %q. Expected: %s. Actual: %s", annotation, expected, actual)
}
}
Expand Down

0 comments on commit 04b228b

Please sign in to comment.