We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf81e5a commit 4c932e4Copy full SHA for 4c932e4
test/Serilog.Settings.Configuration.Tests/ConfigurationSettingsTests.cs
@@ -801,7 +801,6 @@ public void DestructuringAsScalarIsAppliedWithAssemblyQualifiedName()
801
Assert.IsType<ScalarValue>(prop);
802
}
803
804
-
805
[Fact]
806
public void WriteToSinkIsAppliedWithCustomSink()
807
{
@@ -882,7 +881,6 @@ public void WriteToSinkIsAppliedWithCustomSinkAndLevelSwitch()
882
881
Assert.Single(DummyRollingFileSink.Emitted);
883
884
885
886
887
public void AuditToSinkIsAppliedWithCustomSink()
888
@@ -963,7 +961,6 @@ public void AuditToSinkIsAppliedWithCustomSinkAndLevelSwitch()
963
961
964
962
965
966
967
968
public void EnrichWithIsAppliedWithCustomEnricher()
969
0 commit comments