Arne Hormann %!s(int64=13) %!d(string=hai) anos
pai
achega
26764c5c17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}