Skip to content

Commit

Permalink
fix: doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jun 10, 2024
1 parent e1af526 commit 9f39555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cala-ledger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
//! params.insert("sender_account_id", sender_account_id);
//! params.insert("units", Decimal::ONE);
//! // Create the transaction via the template
//! cala.post_transaction(TransactionId::new(), "GENERAL_INCOME", Some(params))
//! cala.post_transaction(TransactionId::new(), "GENERAL_INCOME", params)
//! .await?;
//!
//! let account_balance = cala
Expand Down

0 comments on commit 9f39555

Please sign in to comment.