File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,6 @@ public void DestructuringAsScalarIsAppliedWithAssemblyQualifiedName()
801
801
Assert . IsType < ScalarValue > ( prop ) ;
802
802
}
803
803
804
-
805
804
[ Fact ]
806
805
public void WriteToSinkIsAppliedWithCustomSink ( )
807
806
{
@@ -882,7 +881,6 @@ public void WriteToSinkIsAppliedWithCustomSinkAndLevelSwitch()
882
881
Assert . Single ( DummyRollingFileSink . Emitted ) ;
883
882
}
884
883
885
-
886
884
[ Fact ]
887
885
public void AuditToSinkIsAppliedWithCustomSink ( )
888
886
{
@@ -963,7 +961,6 @@ public void AuditToSinkIsAppliedWithCustomSinkAndLevelSwitch()
963
961
Assert . Single ( DummyRollingFileSink . Emitted ) ;
964
962
}
965
963
966
-
967
964
[ Fact ]
968
965
public void EnrichWithIsAppliedWithCustomEnricher ( )
969
966
{
You can’t perform that action at this time.
0 commit comments