Skip to content

Commit aac3cbe

Browse files
committed
amend drop on script
1 parent 83667c1 commit aac3cbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,10 @@ var ScriptTests = []ScriptTest{
127127
SetUpScript: []string{
128128
"CREATE DATABASE tmp",
129129
"USE tmp",
130-
"DROP DATABASE tmp",
131130
},
132131
Assertions: []ScriptTestAssertion{
133132
{
134-
Query: "SELECT DATABASE()",
135-
Expected: []sql.Row{{nil}},
133+
Query: "DROP DATABASE tmp",
136134
},
137135
{
138136
Query: "CREATE SCHEMA NewDatabase",

0 commit comments

Comments
 (0)