mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Pending examples weren't marked as finished
This commit is contained in:
parent
d8223297af
commit
3e78f48d39
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require "./example"
|
|||
module Spectator
|
||||
abstract class PendingExample < Example
|
||||
def run
|
||||
@finished = true
|
||||
PendingResult.new(self)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue