mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - tidy TestQueryFindEach
This commit is contained in:
@@ -22,7 +22,6 @@ public class TestQueryFindEach extends BaseTestCase {
|
||||
ResetBasicData.reset();
|
||||
|
||||
Query<Customer> query = DB.find(Customer.class)
|
||||
.setAutoTune(false)
|
||||
.fetch("contacts", new FetchConfig().query(2))
|
||||
.where().gt("id", 0).order("id")
|
||||
.setMaxRows(2).query();
|
||||
|
||||
Reference in New Issue
Block a user