Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Aug 19, 2024
1 parent c24f3bf commit 4f99d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions enginetest/memory_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ func TestSingleScript(t *testing.T) {
t.Skip()
var scripts = []queries.ScriptTest{
{
Name: "test script",
Name: "test script",
SetUpScript: []string{},
Assertions: []queries.ScriptTestAssertion{},
Assertions: []queries.ScriptTestAssertion{},
},
}

Expand Down
6 changes: 3 additions & 3 deletions enginetest/queries/trigger_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -3208,19 +3208,19 @@ for each row
},
},
{
Query: "select * from t1;",
Query: "select * from t1;",
Expected: []sql.Row{
{2},
},
},
{
Query: "select * from t2;",
Query: "select * from t2;",
Expected: []sql.Row{
{1, 20},
},
},
{
Query: "select * from t3;",
Query: "select * from t3;",
Expected: []sql.Row{
{1, 10, 100},
},
Expand Down

0 comments on commit 4f99d39

Please sign in to comment.