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
parent
commit
87d0f69206
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Ordering/Ordering.UnitTests/Application/OrdersWebApiTest.cs

+ 1
- 1
src/Services/Ordering/Ordering.UnitTests/Application/OrdersWebApiTest.cs 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)))


Loading…
Cancel
Save