Skip to content

Commit

Permalink
fix: pass correct journal_id in doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jun 6, 2024
1 parent b01a9a3 commit f2b2c6a
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 @@ -26,7 +26,7 @@
//!
//! // Initialize the journal - all entities are constructed via builders
//! let new_journal = NewJournal::builder()
//! .id(JournalId::new())
//! .id(journal_id)
//! .name("Ledger")
//! .build()
//! .expect("Couldn't build NewJournal");
Expand Down

0 comments on commit f2b2c6a

Please sign in to comment.