Skip to content

Commit 04c5bba

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 6f8e440 commit 04c5bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8810,8 +8810,8 @@ var CreateDatabaseScripts = []ScriptTest{
88108810
},
88118811
{
88128812
//SkipResultCheckOnServerEngine: true, // tracking issue here, https://github.com/dolthub/dolt/issues/6921. Also for when run with prepares, the warning is added twice
8813-
Query: "SHOW WARNINGS /* 1 */",
8814-
Expected: []sql.Row{{"Warning", 1235, "Setting CHARACTER SET, COLLATION and ENCRYPTION are not supported yet"}},
8813+
Query: "SHOW WARNINGS /* 1 */",
8814+
Expected: []sql.Row{{"Warning", 1235, "Setting CHARACTER SET, COLLATION and ENCRYPTION are not supported yet"}},
88158815
},
88168816
{
88178817
Query: "CREATE DATABASE newtest1db DEFAULT COLLATE binary ENCRYPTION='Y'",

0 commit comments

Comments
 (0)