Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Dec 30, 2024
1 parent b6778e0 commit b9b2dbf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ describe(DomainWorkflowsArchivalHeader.name, () => {
/>
);

expect(mockSetQueryParams).toHaveBeenCalledWith('test');
expect(mockSetQueryParams).toHaveBeenCalledWith({
timeRangeStartArchival: '2023-05-15T00:00:00.000Z',
timeRangeEndArchival: '2023-05-25T00:00:00.000Z',
});
});
});

0 comments on commit b9b2dbf

Please sign in to comment.