Skip to content

Commit

Permalink
fix index test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Feb 3, 2020
1 parent 5fa6a4d commit 4d6294a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ describe('endpoint_list store concerns', () => {
test('it creates default state', () => {
expect(store.getState()).toEqual({
endpoints: [],
request_page_size: 10,
request_page_index: 0,
pageSize: 10,
pageIndex: 0,
total: 0,
});
});
Expand Down

0 comments on commit 4d6294a

Please sign in to comment.