Skip to content

Commit e82a948

Browse files
committed
[fix]<benchmark>: PublishNotificationWithResult Not Running
1 parent f3c3d34 commit e82a948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Depository.Benchmarks/DepositoryFunction/NotificationBenchmark.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public async Task PublishNotificationWithResult()
2323
{
2424
var depository = DepositoryFactory.CreateNew();
2525
await depository.AddSingletonAsync<INotificationSubscriber<Notification,NotificationResult>, NotificationAndResultSubscriber>();
26-
await depository.PublishNotificationAsync(new Notification());
26+
await depository.PublishNotificationWithResultAsync<Notification,NotificationResult>(new Notification());
2727
}
2828
}
2929

0 commit comments

Comments
 (0)