Skip to content

Commit

Permalink
Correct Travis fail (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak authored and raphink committed Dec 10, 2018
1 parent 72dc96e commit 3a4d6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compare/compare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestGetResource_Match(t *testing.T) {
}

if !reflect.DeepEqual(result, expectedResult) {
t.Fatalf("Expected %s, got %s", expectedResult, result)
t.Fatalf("Expected %v, got %v", expectedResult, result)
}
}

Expand Down Expand Up @@ -339,7 +339,7 @@ func TestCompare_Result(t *testing.T) {
}

if !reflect.DeepEqual(result, expectedResult) {
t.Fatalf("Expected %s, got %s", expectedResult, result)
t.Fatalf("Expected %v, got %v", expectedResult, result)
}
}

Expand Down

0 comments on commit 3a4d6a7

Please sign in to comment.