Skip to content

Commit

Permalink
repofmt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
reltuk committed Jan 24, 2025
1 parent 769086f commit a6ff95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/libraries/doltcore/sqle/enginetest/dolt_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -7671,7 +7671,7 @@ var DoltTempTableScripts = []queries.ScriptTest{
},
},
{
Name: "drop temporary table behavior",
Name: "drop temporary table behavior",
Dialect: "mysql",
SetUpScript: []string{
"create table t (i int);",
Expand Down Expand Up @@ -7723,7 +7723,7 @@ var DoltTempTableScripts = []queries.ScriptTest{
},
},
{
Query: "drop temporary table t;",
Query: "drop temporary table t;",
ExpectedErr: sql.ErrUnknownTable,
},
},
Expand Down

0 comments on commit a6ff95c

Please sign in to comment.