Skip to content

Commit

Permalink
feat : fixing create invoice tests failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sefatanam committed Sep 20, 2021
1 parent 5a56966 commit 6f1783c
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ public class CreateInvoiceCommandHandlerTest
{
private readonly Mock<IApplicationContext> _context = new();
private readonly Mock<IMapper> _mapper = new();
private readonly IMediator _mediator;

public CreateInvoiceCommandHandlerTest(IMediator mediator)
{
_mediator = mediator;
}


[Fact]
public async Task CreateInvoice_WithValidObject_ReturnInvoiceId()
{
Expand Down

0 comments on commit 6f1783c

Please sign in to comment.