Skip to content

Commit 3ee9d38

Browse files
committed
Fixed log message in test
1 parent da9f337 commit 3ee9d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ func TestStmtMultiRows(t *testing.T) {
10951095

10961096
func TestConcurrent(t *testing.T) {
10971097
if enabled, _ := readBool(os.Getenv("MYSQL_TEST_CONCURRENT")); !enabled {
1098-
t.Skip("CONCURRENT env var not set")
1098+
t.Skip("MYSQL_TEST_CONCURRENT env var not set")
10991099
}
11001100

11011101
runTests(t, dsn, func(dbt *DBTest) {

0 commit comments

Comments
 (0)