Skip to content

Commit 34e3d7e

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 62633c3 commit 34e3d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enginetest/memory_engine_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ func TestSingleScript(t *testing.T) {
200200
//t.Skip()
201201
var scripts = []queries.ScriptTest{
202202
{
203-
Name: "test script",
203+
Name: "test script",
204204
SetUpScript: []string{
205205
"create table t (i int);",
206206
"create procedure p() begin insert into t values (1); end;",
207207
},
208-
Assertions: []queries.ScriptTestAssertion{
208+
Assertions: []queries.ScriptTestAssertion{
209209
{
210-
Query: "call p();",
210+
Query: "call p();",
211211
Expected: []sql.Row{},
212212
},
213213
},

0 commit comments

Comments
 (0)