Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Feb 13, 2024
1 parent 6a64ef0 commit 9986453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('UpdateDispositionChecklist container', () => {
viewProps?.onSuccess({} as Api_DispositionFile);
});

expect(onSuccess).toHaveBeenCalled();
expect(onSuccess).toHaveBeenCalledWith(false, true);
});

it('displays a toast with server-returned error responses', async () => {
Expand Down

0 comments on commit 9986453

Please sign in to comment.