Skip to content

Commit 2a4c6e5

Browse files
committed
fix test freal
1 parent c7ecce6 commit 2a4c6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/xrpl/test/integration/transactions/lendingProtocol.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('Lending Protocol IT', () => {
186186
Account: loanBrokerWallet.address,
187187
LoanBrokerID: loanBrokerObjectId,
188188
PrincipalRequested: '100000',
189-
InterestRate: 1,
189+
InterestRate: 0,
190190
Counterparty: borrowerWallet.address,
191191
PaymentTotal: 1,
192192
}

0 commit comments

Comments
 (0)