mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
added basic testing for travis
fixed utils_test, had wrong print format
This commit is contained in:
@@ -74,7 +74,7 @@ func TestToInts(t *testing.T) {
|
||||
actual := ToInts(source)
|
||||
|
||||
if diff := deep.Equal(expected, actual); diff != nil {
|
||||
t.Fatalf("Expected %s but got %s", expected, actual)
|
||||
t.Fatalf("Expected %v but got %v", expected, actual)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user