Skip to content

Commit fb801ef

Browse files
committed
added issue link for context
1 parent c266289 commit fb801ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/order_by_group_by_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ var OrderByGroupByScriptTests = []ScriptTest{
306306
},
307307
},
308308
{
309-
Name: "Group by true and 1",
309+
Name: "Group by true and 1",
310+
// https://github.com/dolthub/dolt/issues/9320
310311
Dialect: "mysql",
311312
SetUpScript: []string{
312313
"create table t0(c0 int)",

0 commit comments

Comments
 (0)