Arne Hormann il y a 12 ans
Parent
commit
26764c5c17
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      driver_test.go

+ 1 - 1
driver_test.go

@@ -119,7 +119,7 @@ func TestFallbackCharset(t *testing.T) {
 	}
 
 	// when the first charset is invalid, use the second
-	if err := mustSetCharset(t, "charset=none,utf8", "utf8")
+	if err := mustSetCharset(t, "charset=none,utf8", "utf8"); err != nil {
 		t.Fatalf("Error connecting: %v", err)
 	}