Minor wording tweak

This commit is contained in:
Jason Fulghum
2022-05-16 14:14:28 -07:00
parent 3a05b014d4
commit 3f78ef164b

View File

@@ -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;",