Skip to content

Commit

Permalink
apply comment suggestions + increase difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Dec 26, 2024
1 parent eacbcc1 commit db24098
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"uuid": "fb9758db-359a-4839-b37e-7a462906846a",
"practices": [],
"prerequisites": [],
"difficulty": 1
"difficulty": 4
}
],
"foregone": [
Expand Down
1 change: 0 additions & 1 deletion exercises/practice/ledger/.meta/example.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub struct Entry {
pub amount_in_cents: i32,
}


pub fn format_entries(
currency: Currency, locale: Locale, entries: Array<Entry>,
) -> Array<ByteArray> {
Expand Down
1 change: 0 additions & 1 deletion exercises/practice/ledger/tests/ledger.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ fn dutch_locale_and_euros() {
assert_eq!(result, expected);
}


#[test]
#[ignore]
fn dutch_negative_number_with_3_digits_before_decimal_point() {
Expand Down

0 comments on commit db24098

Please sign in to comment.