We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Snowberry_AppendMediatorTests
1 parent a820141 commit 6ad3f1bCopy full SHA for 6ad3f1b
src/Snowberry.Mediator.Tests/Snowberry_AppendMediatorTests.cs
@@ -1006,7 +1006,7 @@ public async Task Test_AppendHandlers_ConcurrentPluginLoading()
1006
1007
// IMPORTANT: Snapshot the executions ONCE
1008
var executions = NotificationHandlerExecutionTracker.GetExecutions();
1009
-
+
1010
// Verify all handlers executed
1011
Assert.Equal(3, executions.Count);
1012
Assert.Contains(nameof(CorePluginHandler), executions);
0 commit comments