Skip to content

Commit 5c70af8

Browse files
committed
fix query table ref
1 parent 90b1f48 commit 5c70af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/json_scripts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ var JsonScripts = []ScriptTest{
217217
},
218218
Assertions: []ScriptTestAssertion{
219219
{
220-
Query: `SELECT JSON_OBJECT(t, t) FROM textt;`,
220+
Query: `SELECT JSON_OBJECT(t, t) FROM textt_7998;`,
221221
Expected: []sql.Row{
222222
{types.MustJSON(`{"first row\n\\": "first row\n\\"}`)},
223223
{types.MustJSON(`{"second row\"": "second row\""}`)},

0 commit comments

Comments
 (0)