Skip to content

Commit

Permalink
remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
sahma19 committed Jan 11, 2025
1 parent e08fb05 commit 7d6359a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public TransferCertificateCommandHandlerTests()
_commandHandler = new TransferCertificateCommandHandler(
_unitOfWork,
Substitute.For<ILogger<TransferCertificateCommandHandler>>(),
Substitute.For<IEndpointNameFormatter>()
);
Substitute.For<IEndpointNameFormatter>());
_context = Substitute.For<ConsumeContext<TransferCertificateCommand>>();
}

Expand Down

0 comments on commit 7d6359a

Please sign in to comment.