Skip to content

Commit 0ace7e0

Browse files
committed
revert erroneous change
1 parent e2c9427 commit 0ace7e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Allure.Reqnroll/Events/HookFinishedEventHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ void HandleEvent(HookFinishedEvent eventData)
5252
AllureReqnrollStateFacade.StartTestCase();
5353
break;
5454
case HookType.AfterScenario:
55+
AllureReqnrollStateFacade.StopContainer();
56+
break;
5557
case HookType.AfterFeature:
5658
AllureReqnrollStateFacade.StopContainer();
5759
this.EnsureFeatureReported(eventData);

0 commit comments

Comments
 (0)