Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Oct 11, 2023
1 parent 02f3bd6 commit 9d50b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/Ticket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ticketListQuery = {
query: TICKET_LIST_QUERY,
variables: {
filter: { status: 'open' },
opts: { limit: 50, offset: 0, order: 'ASC', orderWith: 'body' },
opts: { limit: 50, offset: 0, order: 'DESC', orderWith: 'inserted_at' },
},
},

Expand Down

0 comments on commit 9d50b53

Please sign in to comment.