kopia lustrzana https://gitlab.com/mysocialportal/relatica
Fix PagingData minID test to use correct argument of minID
rodzic
47a7c02eb4
commit
199ef6b137
|
@ -36,7 +36,7 @@ void main() {
|
|||
|
||||
test('MinID only', () {
|
||||
expect(
|
||||
PagingData(maxId: 10).toQueryParameters(),
|
||||
PagingData(minId: 10).toQueryParameters(),
|
||||
equals('limit=50&min_id=10'),
|
||||
);
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue