Skip to content

Commit

Permalink
Update test/Ocelot.UnitTests/Middleware/OcelotPiplineBuilderTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Raman Maksimchuk <[email protected]>
  • Loading branch information
ggnaegi and raman-m authored Nov 1, 2023
1 parent f1f43bc commit ad0e060
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ public void LogError(string message, Exception exception)
{
}

public void LogError(Func<string> messageFactory, Exception exception)
{
}
public void LogError(Func<string> messageFactory, Exception exception) { }

public void LogDebug(string message)
{
Expand Down

0 comments on commit ad0e060

Please sign in to comment.