mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix failing test
Pre-conditions with parent running out-of-order.
This commit is contained in:
parent
41729217bb
commit
2f5e59d88b
1 changed files with 1 additions and 1 deletions
|
@ -59,8 +59,8 @@ module Spectator
|
||||||
end
|
end
|
||||||
|
|
||||||
def run_pre_conditions : Nil
|
def run_pre_conditions : Nil
|
||||||
super
|
|
||||||
parent.run_pre_conditions
|
parent.run_pre_conditions
|
||||||
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
def run_post_conditions : Nil
|
def run_post_conditions : Nil
|
||||||
|
|
Loading…
Reference in a new issue