Skip to content

Commit

Permalink
test: fix broken
Browse files Browse the repository at this point in the history
  • Loading branch information
eoln committed Mar 26, 2021
1 parent a1ae7b9 commit 5e59501
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/dto/thirdparty.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ describe('thirdparty', () => {
name,
personalInfo: partyPersonalInfo
}
const partyTPLink: Schemas.PartyTPLink = {
partyIdInfo: partyIdInfoTPLink,
merchantClassificationCode,
name,
personalInfo: partyPersonalInfo
}
const partyIdTypeEMAIL: Schemas.PartyIdType = 'EMAIL'
const signedCredential: Schemas.SignedCredential = {
id: 'credential-id',
Expand Down Expand Up @@ -511,7 +505,7 @@ describe('thirdparty', () => {
const thirdpartyRequestsTransactionsPostRequest: Schemas.ThirdpartyRequestsTransactionsPostRequest = {
transactionRequestId: correlationId,
payee: party,
payer: partyTPLink,
payer: partyIdInfoTPLink,
amountType: 'SEND',
amount: money,
transactionType,
Expand Down

0 comments on commit 5e59501

Please sign in to comment.