Skip to content

Commit 61b5593

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent ad215c7 commit 61b5593

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
@@ -7641,7 +7641,7 @@ where
76417641
},
76427642
{
76437643
// https://github.com/dolthub/dolt/issues/8598
7644-
Name: "enum cast to int and string",
7644+
Name: "enum cast to int and string",
76457645
Dialect: "mysql",
76467646
SetUpScript: []string{
76477647
"create table t (i int primary key, e enum('abc', 'def', 'ghi'));",
@@ -7683,7 +7683,7 @@ where
76837683
},
76847684
},
76857685
{
7686-
Name: "enum errors",
7686+
Name: "enum errors",
76877687
Dialect: "mysql",
76887688
SetUpScript: []string{
76897689
"create table t (i int primary key, e enum('abc', 'def', 'ghi'));",

0 commit comments

Comments
 (0)