Skip to content

Commit

Permalink
Update DynamoTestUIBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Dec 20, 2024
1 parent 23bf463 commit d677779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DynamoCoreWpfTests/DynamoTestUIBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void Exit()
}

TestUtilities.WebView2Tag = string.Empty;
System.Console.WriteLine($"PID {Process.GetCurrentProcess().Id} Finished test: {TestContext.CurrentContext.Test.Name}");
System.Console.WriteLine($"PID {Process.GetCurrentProcess().Id} Finished test: {TestContext.CurrentContext.Test.Name} with DispatcherOpsCounter = {DispatcherOpsCounter}");
}

protected virtual void GetLibrariesToPreload(List<string> libraries)
Expand Down

0 comments on commit d677779

Please sign in to comment.