Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 26, 2024
1 parent 18161ca commit ea965ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace NCafe.Infrastructure.Behaviors;

public class RequestHandlerLoggingBehavior<TRequest, TResponse>(ILogger<RequestHandlerLoggingBehavior<TRequest, TResponse>> logger)
internal class RequestHandlerLoggingBehavior<TRequest, TResponse>(ILogger<RequestHandlerLoggingBehavior<TRequest, TResponse>> logger)
: IPipelineBehavior<TRequest, TResponse>
where TRequest : class
{
Expand Down

0 comments on commit ea965ea

Please sign in to comment.