Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Jul 2, 2024
1 parent 1e67e50 commit 04df3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/components/ExportJobId/ExportJobId.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('ExportJobId', () => {
const jobName = '1001';
const { getByText, getByTestId } = renderExportJobId({
name: jobName,
files: ['/test.png'],
fileNames: ['/test.png'],
});

expect(getByText(jobName)).toBeDefined();
Expand All @@ -65,7 +65,7 @@ describe('ExportJobId', () => {
const jobName = '1001';
renderExportJobId({
name: jobName,
files: ['/test.png'],
fileNames: ['/test.png'],
type: 'BURSAR_FEES_FINES',
});

Expand Down

0 comments on commit 04df3d3

Please sign in to comment.