Skip to content

Commit

Permalink
Updated unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Sep 17, 2024
1 parent f630a59 commit a6ec175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yacc/console/yx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func TestSimpleWhere(t *testing.T) {
ColRef: spqrparser.ColumnRef{ColName: "user"},
Value: "usr1",
},
GroupBy: spqrparser.GroupByEmpty{},
},
err: nil,
},
Expand Down Expand Up @@ -203,6 +204,7 @@ func TestNestedWhere(t *testing.T) {
Value: "db1",
},
},
GroupBy: spqrparser.GroupByEmpty{},
},
err: nil,
},
Expand Down

0 comments on commit a6ec175

Please sign in to comment.