This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
change the test name for Creat_order_with_requestId_success to Cancel_order_with_requestId_success
pull/1069/head
chinaq
5 years ago
parent
1d0a66c21a
commit
661de66666
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
[Fact]
public
async
Task
C
reate
_order_with_requestId_success
(
)
public
async
Task
C
ancel
_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
)
)
)
Write
Preview
Loading…
Cancel
Save