Skip to content

Commit

Permalink
feat(FN-3805): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RLavender98 committed Jan 30, 2025
1 parent 0afc241 commit 05ffada
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ describe('FeeRecordStateMachine', () => {
transactionEntityManager: {} as EntityManager,
feeRecordsAndPaymentsMatch: true,
hasAttachedPayments: false,
hasCorrections: false,
requestSource: { platform: REQUEST_PLATFORM_TYPE.TFM, userId: 'abc123' },
},
});
Expand Down Expand Up @@ -292,6 +293,7 @@ describe('FeeRecordStateMachine', () => {
transactionEntityManager: {} as EntityManager,
feeRecordsAndPaymentsMatch: true,
hasAttachedPayments: false,
hasCorrections: false,
requestSource: { platform: REQUEST_PLATFORM_TYPE.TFM, userId: 'abc123' },
},
});
Expand Down

0 comments on commit 05ffada

Please sign in to comment.