No effective change - tidy TestQueryFindEach

This commit is contained in:
rob bygrave
2020-06-16 17:00:23 +12:00
parent 8801b8d8ca
commit bd85ba17a1
@@ -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();