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()
801801 Assert . IsType < ScalarValue > ( prop ) ;
802802 }
803803
804-
805804 [ Fact ]
806805 public void WriteToSinkIsAppliedWithCustomSink ( )
807806 {
@@ -882,7 +881,6 @@ public void WriteToSinkIsAppliedWithCustomSinkAndLevelSwitch()
882881 Assert . Single ( DummyRollingFileSink . Emitted ) ;
883882 }
884883
885-
886884 [ Fact ]
887885 public void AuditToSinkIsAppliedWithCustomSink ( )
888886 {
@@ -963,7 +961,6 @@ public void AuditToSinkIsAppliedWithCustomSinkAndLevelSwitch()
963961 Assert . Single ( DummyRollingFileSink . Emitted ) ;
964962 }
965963
966-
967964 [ Fact ]
968965 public void EnrichWithIsAppliedWithCustomEnricher ( )
969966 {
You can’t perform that action at this time.
0 commit comments