mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Upcast to fix type error
This commit is contained in:
parent
79886e9efb
commit
f11031f113
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Spectator
|
|||
@formatter.start_example(example)
|
||||
example.run.tap do |result|
|
||||
@formatter.end_example(result)
|
||||
end
|
||||
end.as(Result)
|
||||
end
|
||||
end
|
||||
@formatter.end_suite(TestResults.new(results, elapsed))
|
||||
|
|
Loading…
Reference in a new issue