Merge pull request #1069 from chinaq/devq

change the test name for Creat_order_with_requestId_success to Cancel_order_with_requestId_success
This commit is contained in:
Miguel Veloso 2019-06-10 08:32:37 +01:00 committed by GitHub
commit 87d0f69206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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