[LLC] Fix tests

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-02-26 19:36:31 +05:30
parent d0abad3a3b
commit 81ba72bdcc
@@ -12,7 +12,7 @@ void main() {
test('PaginationParams', () {
final option = PaginationParams();
final j = option.toJson();
expect(j, {'limit': 10});
expect(j, {'limit': 10, 'offset': 0});
});
});
}