mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix typo
This commit is contained in:
parent
fc1c0351cd
commit
faf3bef05c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Spectator
|
|||
end
|
||||
|
||||
def add_example(example_type : Example.class) : Nil
|
||||
factory = ::Spectator::DSL::ExampleGroupBuilder.new(example_type)
|
||||
factory = ::Spectator::DSL::ExampleFactory.new(example_type)
|
||||
current_group.add_child(factory)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue