Arne Hormann 12 年之前
父節點
當前提交
26764c5c17
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 	}