Skip to content

Commit

Permalink
sortField value fixed in security solution test
Browse files Browse the repository at this point in the history
  • Loading branch information
js-jankisalvi committed Jul 19, 2023
1 parent 2c93213 commit 4a1890a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('useCaseItems', () => {
from: '2020-07-07T08:20:18.966Z',
to: '2020-07-08T08:20:18.966Z',
owner: 'securitySolution',
sortField: 'create_at',
sortField: 'createdAt',
sortOrder: 'desc',
page: 1,
perPage: 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useCaseItems: UseCaseItems = ({ skip }) => {
from,
to,
owner: APP_ID,
sortField: 'create_at',
sortField: 'createdAt',
sortOrder: 'desc',
page: 1,
perPage: 4,
Expand Down

0 comments on commit 4a1890a

Please sign in to comment.