We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a312c commit 8e19518Copy full SHA for 8e19518
cucumber_cpp/library/engine/HookExecutor.cpp
@@ -64,7 +64,7 @@ namespace cucumber_cpp::library::engine
64
{}
65
66
HookExecutor::StepScope::StepScope(cucumber_cpp::library::engine::ContextManager& contextManager)
67
- : ScopedHook{ contextManager.StepContext(), stepHooks, contextManager.ScenarioContext().info.Tags() }
+ : ScopedHook{ contextManager.ScenarioContext(), stepHooks, contextManager.ScenarioContext().info.Tags() }
68
69
70
HookExecutorImpl::HookExecutorImpl(cucumber_cpp::library::engine::ContextManager& contextManager)
0 commit comments