mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Dumb fix for overriding stubbed methods with default in block
This commit is contained in:
parent
307c679609
commit
ad24515d58
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ module Spectator
|
||||||
|
|
||||||
macro finished
|
macro finished
|
||||||
stub_hierarchy {{mocked_type.id}}
|
stub_hierarchy {{mocked_type.id}}
|
||||||
end
|
|
||||||
|
|
||||||
{% if block %}{{block.body}}{% end %}
|
{% if block %}{{block.body}}{% end %}
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue