mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-16 23:53:17 -05:00
Minor wording tweak
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
var DoltTransactionTests = []enginetest.TransactionTest{
|
||||
{
|
||||
// Repro for https://github.com/dolthub/dolt/issues/3402
|
||||
Name: "Changes from transactions are available before analyzing statements in other sessions (autocommit on)",
|
||||
Name: "DDL changes from transactions are available before analyzing statements in other sessions (autocommit on)",
|
||||
Assertions: []enginetest.ScriptTestAssertion{
|
||||
{
|
||||
Query: "/* client a */ select @@autocommit;",
|
||||
|
||||
Reference in New Issue
Block a user