Explorar el Código

Fixed log message in test

James Harr hace 12 años
padre
commit
3ee9d387cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {