Skip to content

Commit

Permalink
Update test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Aug 28, 2023
1 parent 1992b1b commit 5a52265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ describe('indexHealthPlanPackages test rates-db-refactor flag on only', () => {
jest.restoreAllMocks()
})

it('correctly filters and log contracts that failed parsing', async () => {
it('correctly filters and log contracts that failed parsing or converting', async () => {
const mockFeatureFlag = testLDService({ 'rates-db-refactor': true })
const client = await sharedTestPrismaClient()
const errors = jest.spyOn(global.console, 'error').mockImplementation()
Expand Down

0 comments on commit 5a52265

Please sign in to comment.