From d529207fb9b68c90cd1984498e0b913ee7c8ebaa Mon Sep 17 00:00:00 2001 From: Bert <65427484+bertllll@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:40:36 +0800 Subject: [PATCH] GH-760: assertion fixed (#364) --- node/src/accountant/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/accountant/mod.rs b/node/src/accountant/mod.rs index 7937fefe3..cffa9f49e 100644 --- a/node/src/accountant/mod.rs +++ b/node/src/accountant/mod.rs @@ -1541,7 +1541,7 @@ mod tests { actual_prepared_adjustment .original_setup_msg .protected_qualified_payables, - protect_payables_in_test(affordable_accounts.clone()) + protect_payables_in_test(vec![unadjusted_account_1, unadjusted_account_2]) ); assert_eq!( actual_prepared_adjustment