Skip to content

Commit 3a4d6a7

Browse files
gliptakraphink
authored andcommitted
Correct Travis fail (camptocamp#55)
Signed-off-by: Gábor Lipták <[email protected]>
1 parent 72dc96e commit 3a4d6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compare/compare_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestGetResource_Match(t *testing.T) {
113113
}
114114

115115
if !reflect.DeepEqual(result, expectedResult) {
116-
t.Fatalf("Expected %s, got %s", expectedResult, result)
116+
t.Fatalf("Expected %v, got %v", expectedResult, result)
117117
}
118118
}
119119

@@ -339,7 +339,7 @@ func TestCompare_Result(t *testing.T) {
339339
}
340340

341341
if !reflect.DeepEqual(result, expectedResult) {
342-
t.Fatalf("Expected %s, got %s", expectedResult, result)
342+
t.Fatalf("Expected %v, got %v", expectedResult, result)
343343
}
344344
}
345345

0 commit comments

Comments
 (0)