mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fix test after updating page index
This commit is contained in:
parent
f65839ec8f
commit
88c4feb3ae
@ -3,9 +3,9 @@ import getRowRangePageSize from './jobOutputUtils';
|
||||
describe('getRowRangePageSize', () => {
|
||||
test('handles range of 1', () => {
|
||||
expect(getRowRangePageSize(1, 1)).toEqual({
|
||||
page: 1,
|
||||
page: 2,
|
||||
pageSize: 1,
|
||||
firstIndex: 0,
|
||||
firstIndex: 1,
|
||||
});
|
||||
});
|
||||
test('handles range larger than 50 rows', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user