Skip to content

Commit

Permalink
Merge pull request #14 from HammerheadShark666/run-vs-code-cleanup
Browse files Browse the repository at this point in the history
Run vs code cleanup
  • Loading branch information
HammerheadShark666 authored Aug 26, 2024
2 parents 7e4a358 + 5a66fd4 commit 88592b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class GetCustomerMediatrTests
{
private readonly Mock<ICustomerRepository> customerRepositoryMock = new();
private readonly Mock<ICustomerHttpAccessor> customerHttpAccessorMock = new();
private Mock<ILogger<GetCustomerQueryHandler>> loggerMock = new();
private readonly ServiceCollection services = new();
private ServiceProvider serviceProvider;
private IMediator mediator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class UpdateCustomerMediatrTests
{
private readonly Mock<ICustomerRepository> customerRepositoryMock = new();
private readonly Mock<ICustomerHttpAccessor> customerHttpAccessorMock = new();
private Mock<ILogger<UpdateCustomerCommandHandler>> loggerMock = new();
private readonly ServiceCollection services = new();
private ServiceProvider serviceProvider;
private IMediator mediator;
Expand Down

0 comments on commit 88592b9

Please sign in to comment.