Skip to content

Commit

Permalink
chore(test): TestSimpleQuery improved
Browse files Browse the repository at this point in the history
  • Loading branch information
trakhimenok committed Aug 20, 2023
1 parent a212105 commit 3861280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dal/q_simple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ func TestSimpleQuery(t *testing.T) {
newRecord := func() Record {
return nil
}
var qb = From("test",
Field("field_1").EqualTo("value_1"),
).
var qb = From("test").
Where().
Limit(10).
Offset(20).
Expand Down

0 comments on commit 3861280

Please sign in to comment.