Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Nov 20, 2023
1 parent 7840035 commit be18448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Ticket/TicketList/TicketList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const wrapper = (

setUserSession(JSON.stringify({ roles: ['Admin'] }));

test('should load the trigger list', async () => {
test('should load the ticket list', async () => {
const { getByText } = render(wrapper);

expect(getByText('Loading...')).toBeInTheDocument();
Expand Down

0 comments on commit be18448

Please sign in to comment.