瀏覽代碼

Fixed log message in test

James Harr 12 年之前
父節點
當前提交
3ee9d387cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      driver_test.go

+ 1 - 1
driver_test.go

@@ -1095,7 +1095,7 @@ func TestStmtMultiRows(t *testing.T) {
 
 func TestConcurrent(t *testing.T) {
 	if enabled, _ := readBool(os.Getenv("MYSQL_TEST_CONCURRENT")); !enabled {
-		t.Skip("CONCURRENT env var not set")
+		t.Skip("MYSQL_TEST_CONCURRENT env var not set")
 	}
 
 	runTests(t, dsn, func(dbt *DBTest) {