Browse Source
Merge pull request #1069 from chinaq/devq
change the test name for Creat_order_with_requestId_success to Cancel_order_with_requestId_success
pull/1071/head
Miguel Veloso
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Services/Ordering/Ordering.UnitTests/Application/OrdersWebApiTest.cs
|
|
@ -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))) |
|
|
|