Skip to content

Commit 4ab51e6

Browse files
committed
Explicitly ignore parameters for the Log4JCompatibility test
1 parent a36d7fe commit 4ab51e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Log4NetTextFormatterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public Task Log4JCompatibility(bool useStaticInstance)
308308
formatter.Format(logEvent, output);
309309

310310
// Assert
311-
return Verify(output).DisableRequireUniquePrefix();
311+
return Verify(output).IgnoreParameters().DisableRequireUniquePrefix();
312312
}
313313

314314
[Fact]

0 commit comments

Comments
 (0)