Skip to content

Commit

Permalink
GH-760: assertion fixed (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertllll authored Nov 27, 2023
1 parent d48ff8d commit d529207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/accountant/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d529207

Please sign in to comment.