diff options
Diffstat (limited to 'rust/actualbudget_to_schist_transformer/tests/run.rs')
| -rw-r--r-- | rust/actualbudget_to_schist_transformer/tests/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/actualbudget_to_schist_transformer/tests/run.rs b/rust/actualbudget_to_schist_transformer/tests/run.rs index bf2cf39..7cfe150 100644 --- a/rust/actualbudget_to_schist_transformer/tests/run.rs +++ b/rust/actualbudget_to_schist_transformer/tests/run.rs @@ -67,7 +67,7 @@ fn given_test_database_when_run_then_exports_expected_schist_state() { assert_eq!(transaction_matchers.len(), transactions.len()); for transaction in transactions { assert!( - transaction_matchers.iter().any(|m| m(&transaction)), + transaction_matchers.iter().any(|m| m(&transaction, &accounts)), "no match found for transaction {:?}", transaction, ); |
