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:
commit
87d0f69206
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user