Skip to content

Commit d529207

Browse files
authored
GH-760: assertion fixed (#364)
1 parent d48ff8d commit d529207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/accountant/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ mod tests {
15411541
actual_prepared_adjustment
15421542
.original_setup_msg
15431543
.protected_qualified_payables,
1544-
protect_payables_in_test(affordable_accounts.clone())
1544+
protect_payables_in_test(vec![unadjusted_account_1, unadjusted_account_2])
15451545
);
15461546
assert_eq!(
15471547
actual_prepared_adjustment

0 commit comments

Comments
 (0)