Skip to content

Commit

Permalink
Fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 4, 2024
1 parent 4e751a2 commit 433119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/lib/slim_json_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def report
super
filename = "#{ENV.fetch('COVERAGE_ROOT')}/test_metrics.json"
metrics = {
total_time: formar('%.2f', total_time),
total_time: format('%.2f', total_time),
assertion_count: assertions,
test_count: count,
failure_count: failures,
Expand Down

0 comments on commit 433119b

Please sign in to comment.