Skip to content

Commit

Permalink
Explicitly ignore parameters for the Log4JCompatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Dec 19, 2024
1 parent a36d7fe commit 4ab51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Log4NetTextFormatterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public Task Log4JCompatibility(bool useStaticInstance)
formatter.Format(logEvent, output);

// Assert
return Verify(output).DisableRequireUniquePrefix();
return Verify(output).IgnoreParameters().DisableRequireUniquePrefix();
}

[Fact]
Expand Down

0 comments on commit 4ab51e6

Please sign in to comment.