fix classname of EventBus.Test models
This commit is contained in:
parent
c01a1f7008
commit
8f5aa5c554
@ -6,11 +6,11 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace EventBus.Tests
|
||||
{
|
||||
public class TestIntegrationOtherEventHandler : IIntegrationEventHandler<TestIntegrationEvent>
|
||||
public class TestIntegrationEventHandler : IIntegrationEventHandler<TestIntegrationEvent>
|
||||
{
|
||||
public bool Handled { get; private set; }
|
||||
|
||||
public TestIntegrationOtherEventHandler()
|
||||
public TestIntegrationEventHandler()
|
||||
{
|
||||
Handled = false;
|
||||
}
|
||||
|
@ -6,11 +6,11 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace EventBus.Tests
|
||||
{
|
||||
public class TestIntegrationEventHandler : IIntegrationEventHandler<TestIntegrationEvent>
|
||||
public class TestIntegrationOtherEventHandler : IIntegrationEventHandler<TestIntegrationEvent>
|
||||
{
|
||||
public bool Handled { get; private set; }
|
||||
|
||||
public TestIntegrationEventHandler()
|
||||
public TestIntegrationOtherEventHandler()
|
||||
{
|
||||
Handled = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user