mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fixed tests that modify BasicData (#1530)
This commit is contained in:
committed by
Rob Bygrave
parent
662ffdd070
commit
61eedb4e9a
@@ -194,7 +194,7 @@ public class TestQueryFindPagedList extends BaseTestCase {
|
||||
|
||||
ResetBasicData.reset();
|
||||
|
||||
PagedList<Order> pagedList = Ebean.find(Order.class).setMaxRows(6).findPagedList();
|
||||
PagedList<Order> pagedList = Ebean.find(Order.class).setMaxRows(3).findPagedList();
|
||||
|
||||
LoggedSqlCollector.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user