mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix call to example_finished
This commit is contained in:
parent
f02e1acb3b
commit
76c525de52
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Spectator
|
||||||
private def example_finished(example)
|
private def example_finished(example)
|
||||||
notification = Formatting::ExampleNotification.new(example)
|
notification = Formatting::ExampleNotification.new(example)
|
||||||
visitor = ResultVisitor.new(formatter, notification)
|
visitor = ResultVisitor.new(formatter, notification)
|
||||||
formatter.example_started(notification)
|
formatter.example_finished(notification)
|
||||||
example.result.accept(visitor)
|
example.result.accept(visitor)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue