Piotr Czajkowski %!s(int64=4) %!d(string=hai) anos
pai
achega
70165bd6f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rest_test.go

+ 1 - 1
rest_test.go

@@ -45,7 +45,7 @@ func TestJSONDecoderBadJSON(t *testing.T) {
 	}
 
 	if diff := deep.Equal(expected, result); diff == nil {
-		t.Errorf("Structures shouldn't match, %v", diff)
+		t.Error("Structures shouldn't match")
 	}
 }