Skip to content

Commit

Permalink
this language is a joke
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Feb 6, 2024
1 parent ebb6b94 commit a011729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UnitTests/AcceptanceTests/Steps/EventEngineSteps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void BeforeScenario()
[AfterScenario()]
public void AfterScenario()
{
System.Diagnostics.Debug.WriteLine("Finished " + _scenarioContext.ScenarioInfo.Title);
Console.WriteLine("Finished " + _scenarioContext.ScenarioInfo.Title);
if (!bypassMockServer)
{
string mockExpectContract = string.Format("http://{0}/expect", acceptance_test_origin);
Expand All @@ -213,10 +213,10 @@ public void AfterScenario()
{
if (pn != null)
{
System.Diagnostics.Debug.WriteLine("Unsubscribing");
Console.WriteLine("Unsubscribing");
pn.UnsubscribeAll<object>();
pn.Destroy();
System.Diagnostics.Debug.WriteLine("Unsubscribed and Destroyed");
Console.WriteLine("Unsubscribed and Destroyed");
}
}
}
Expand Down

0 comments on commit a011729

Please sign in to comment.