Piotr Czajkowski 4 yıl önce
ebeveyn
işleme
70165bd6f9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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")
 	}
 }