change the test name for Creat_order_with_requestId_success to Cancel_order_with_requestId_success

This commit is contained in:
chinaq 2019-06-10 09:07:53 +08:00
parent 1d0a66c21a
commit 661de66666

View File

@ -31,7 +31,7 @@ namespace UnitTest.Ordering.Application
} }
[Fact] [Fact]
public async Task Create_order_with_requestId_success() public async Task Cancel_order_with_requestId_success()
{ {
//Arrange //Arrange
_mediatorMock.Setup(x => x.Send(It.IsAny<IdentifiedCommand<CancelOrderCommand, bool>>(), default(CancellationToken))) _mediatorMock.Setup(x => x.Send(It.IsAny<IdentifiedCommand<CancelOrderCommand, bool>>(), default(CancellationToken)))