From 24f58a2e947047778a8cbdb0a5caef726195927d Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Fri, 5 Sep 2025 23:46:48 -0400 Subject: [PATCH] Fix test loop --- src/test/app/Loan_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/app/Loan_test.cpp b/src/test/app/Loan_test.cpp index defad8b383..f389b66e9a 100644 --- a/src/test/app/Loan_test.cpp +++ b/src/test/app/Loan_test.cpp @@ -1041,7 +1041,7 @@ class Loan_test : public beast::unit_test::suite lender}) { // Freeze evan - deepfreeze(evan); + deepfreeze(account); // Try to create a loan with a deep frozen line env(set(evan, @@ -1054,7 +1054,7 @@ class Loan_test : public beast::unit_test::suite // Unfreeze evan BEAST_EXPECT(unfreeze); - unfreeze(evan); + unfreeze(account); // Ensure the line is unfrozen with a request that is fine // except too it requests more principal than the broker can