Skip to content

Commit 6ad3f1b

Browse files
committed
fix: remove unnecessary whitespace in Snowberry_AppendMediatorTests
1 parent a820141 commit 6ad3f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Snowberry.Mediator.Tests/Snowberry_AppendMediatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ public async Task Test_AppendHandlers_ConcurrentPluginLoading()
10061006

10071007
// IMPORTANT: Snapshot the executions ONCE
10081008
var executions = NotificationHandlerExecutionTracker.GetExecutions();
1009-
1009+
10101010
// Verify all handlers executed
10111011
Assert.Equal(3, executions.Count);
10121012
Assert.Contains(nameof(CorePluginHandler), executions);

0 commit comments

Comments
 (0)