Skip to content

Commit afcced8

Browse files
fix naming.
1 parent 96869eb commit afcced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CleanTemplate.CommandHandler.Test/AddProductCommandHandlerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace CleanTemplate.CommandHandler.Test
1313
public class AddProductCommandHandlerTest
1414
{
1515
[Fact]
16-
public async Task AddProductCommandHandler_Should_ThrowException()
16+
public async Task Should_ThrowException_When_InputIsNull()
1717
{
1818
var dbContext = new Mock<CleanArchWriteDbContext>();
1919
var logger = new Mock<ILogger<AddProductCommandHandler>>();

0 commit comments

Comments
 (0)