Fix Handler_sends_no_command_when_order_already_exists test
This commit is contained in:
parent
89a42e6c8f
commit
52cdd1645a
@ -53,7 +53,6 @@ public class IdentifiedCommandHandlerTest
|
||||
var result = await handler.Handle(fakeOrderCmd, CancellationToken.None);
|
||||
|
||||
// Assert
|
||||
Assert.False(result);
|
||||
_mediator.Verify(x => x.Send(It.IsAny<IRequest<bool>>(), default), Times.Never());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user