Skip to content

Commit

Permalink
ledger: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Falilah committed Dec 24, 2024
1 parent 0a1333d commit c09f02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/ledger/tests/ledger.cairo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use ledger::{format_entries, Currency, Locale, Entry, date, description, amount_in_cents};
use ledger::{format_entries, Currency, Locale, Entry};

#[test]
fn empty_ledger() {
Expand Down

0 comments on commit c09f02b

Please sign in to comment.