From 56381de956a6aca7cd78f6350e4624e3610b612e Mon Sep 17 00:00:00 2001 From: Renato Golia Date: Sat, 26 Jan 2019 21:57:19 +0100 Subject: [PATCH] Fixed test coverage --- .../SynchronousDelegateHandlerTests.cs | 2 +- .../SynchronousDelegateHandlerTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/Tests.Integration.Nybus.Engine.InMemory/SynchronousDelegateHandlerTests.cs b/tests/integration/Tests.Integration.Nybus.Engine.InMemory/SynchronousDelegateHandlerTests.cs index 370b14d..c1e773c 100644 --- a/tests/integration/Tests.Integration.Nybus.Engine.InMemory/SynchronousDelegateHandlerTests.cs +++ b/tests/integration/Tests.Integration.Nybus.Engine.InMemory/SynchronousDelegateHandlerTests.cs @@ -41,7 +41,7 @@ public async Task Host_can_loopback_commands(ServiceCollection services, FirstTe } [Test, AutoMoqData] - public async Task Host_can_loopback_events(ServiceCollection services, FirstTestEvent testEvent, EventReceivedAsync eventReceived) + public async Task Host_can_loopback_events(ServiceCollection services, FirstTestEvent testEvent, EventReceived eventReceived) { services.AddLogging(l => l.AddDebug()); diff --git a/tests/integration/Tests.Integration.Nybus.Engine.RabbitMq/SynchronousDelegateHandlerTests.cs b/tests/integration/Tests.Integration.Nybus.Engine.RabbitMq/SynchronousDelegateHandlerTests.cs index b0827e2..ef078ef 100644 --- a/tests/integration/Tests.Integration.Nybus.Engine.RabbitMq/SynchronousDelegateHandlerTests.cs +++ b/tests/integration/Tests.Integration.Nybus.Engine.RabbitMq/SynchronousDelegateHandlerTests.cs @@ -31,7 +31,7 @@ public async Task Host_can_loopback_commands(FakeServer server, FirstTestCommand } [Test, AutoMoqData] - public async Task Host_can_loopback_events(FakeServer server, FirstTestEvent testEvent, EventReceivedAsync eventReceived) + public async Task Host_can_loopback_events(FakeServer server, FirstTestEvent testEvent, EventReceived eventReceived) { var host = TestUtils.CreateNybusHost(nybus => {