Skip to content

Commit 91d212d

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 5c8ce7a commit 91d212d

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 tinytext unique);",
206206
"insert into t values ('hello');",
207207
},
208-
Assertions: []queries.ScriptTestAssertion{
208+
Assertions: []queries.ScriptTestAssertion{
209209
{
210-
Query: "insert into t values ('hello');",
210+
Query: "insert into t values ('hello');",
211211
ExpectedErrStr: "asdf",
212212
},
213213
},

0 commit comments

Comments
 (0)