Skip to content

Commit

Permalink
fix: failing FE tc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Feb 27, 2025
1 parent e8aedac commit ed069c2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ describe('CsvRecord', () => {
expect.objectContaining({ question: 'Download Status' }),
expect.objectContaining({ question: MRF_WORKFLOW_STATUS_LABEL }),
expect.objectContaining({ question: MRF_PENDING_RESPONSE_AT_LABEL }),
expect.not.objectContaining({ question: MRF_REMINDERS_LABEL }),
])
expect(recordResult).not.toContainEqual(
expect.objectContaining({ question: MRF_REMINDERS_LABEL }),
)
})
})
})
Expand Down

0 comments on commit ed069c2

Please sign in to comment.