Piotr Czajkowski пре 4 година
родитељ
комит
70165bd6f9
1 измењених фајлова са 1 додато и 1 уклоњено
  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")
 	}
 }