Skip to content

Commit

Permalink
Inline on_record
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Feb 18, 2025
1 parent 61c3339 commit c71eb8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/minitest/reporters/ruby_lsp_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ def after_test(test)
def record(test)
super

# This follows the pattern used by Minitest::Reporters::DefaultReporter
on_record(test)
end

sig { params(test: Minitest::Result).void }
def on_record(test)
if test.passed?
record_pass(test)
elsif test.skipped?
Expand Down

0 comments on commit c71eb8b

Please sign in to comment.