Skip to content

Commit

Permalink
reduce ledger parsing iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Nov 27, 2024
1 parent ed73b74 commit 122efc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/reckon/ledger_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
ledger += choose(*single_line_comments) + "\n"
ledger
end
end.check(1000) do |s|
end.check(100) do |s|
filter_format = lambda { |n|
[n['date'], n['desc'], n['name'],
sprintf("%.02f", n['amount'])]
Expand Down

0 comments on commit 122efc1

Please sign in to comment.