Arne Hormann 12 years ago
parent
commit
26764c5c17
1 changed files with 1 additions and 1 deletions
  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)
 	}