diff --git a/src/test/app/Loan_test.cpp b/src/test/app/Loan_test.cpp index 1778e60b37..ef7a47c3ee 100644 --- a/src/test/app/Loan_test.cpp +++ b/src/test/app/Loan_test.cpp @@ -6523,8 +6523,6 @@ protected: Account const lender{"lender"}; Account const borrower{"borrower"}; - auto const asset = xrpIssue(); - env.fund(XRP(200'000), lender, borrower); env.close();