Browse Source

Fixed log message in test

James Harr 12 năm trước cách đây
mục cha
commit
3ee9d387cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {