We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96869eb commit afcced8Copy full SHA for afcced8
test/CleanTemplate.CommandHandler.Test/AddProductCommandHandlerTest.cs
@@ -13,7 +13,7 @@ namespace CleanTemplate.CommandHandler.Test
13
public class AddProductCommandHandlerTest
14
{
15
[Fact]
16
- public async Task AddProductCommandHandler_Should_ThrowException()
+ public async Task Should_ThrowException_When_InputIsNull()
17
18
var dbContext = new Mock<CleanArchWriteDbContext>();
19
var logger = new Mock<ILogger<AddProductCommandHandler>>();
0 commit comments