Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
marklauter committed May 11, 2024
1 parent f422fa0 commit 3cb14cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Plumber.Serilog.Extensions.Tests;

public class SerilogRequestLoggerMiddlewareTests
public sealed class RequestHandlerSerilogExtensionsTests
{
[Fact]
public async Task HandleRequestSerilogREquestLoggingMiddlewareAsync()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Plumber.Serilog.Extensions;
/// <summary>
/// SerilogRequestHandlerExtensions provides extension methods for registering the Serilog middleware with the <see cref="IRequestHandler{TRequest, TResponse}"/>.
/// </summary>
public static class SerilogRequestHandlerExtensions
public static class RequestHandlerSerilogExtensions
{
/// <summary>
/// UseSerilogRequestLogging registers the Serilog middleware with the <see cref="IRequestHandler{TRequest, TResponse}"/>.
Expand Down

0 comments on commit 3cb14cc

Please sign in to comment.