Skip to content

Commit e16063b

Browse files
committed
Increase coverage
1 parent bbe9c05 commit e16063b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/sql-cursor-pagination.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,11 @@ describe('SqlCursorPagination', () => {
623623
query: {
624624
beforeCursor: all.edges[0].cursor,
625625
last: 1,
626-
sortFields: [{ field: 'email', order: Asc }],
626+
sortFields: [
627+
{ field: 'email', order: Asc },
628+
{ field: 'last_name', order: Asc },
629+
{ field: 'id', order: Asc },
630+
],
627631
},
628632
}),
629633
).rejects.toThrowError(ErrBeforeCursorWrongSortConfig);

0 commit comments

Comments
 (0)