Skip to content

Commit da883fa

Browse files
committed
fixed unit tests with config subsections
1 parent 60cf699 commit da883fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Serilog.Settings.Configuration.Tests/ConfigurationSettingsTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public void WriteToLoggerWithRestrictedToMinimumLevelIsSupported()
402402
""WriteTo"": [{
403403
""Name"": ""Logger"",
404404
""Args"": {
405-
""configureLogger"" : {
405+
""configureLogger>"" : {
406406
""WriteTo"": [{
407407
""Name"": ""DummyRollingFile"",
408408
""Args"": {""pathFormat"" : ""C:\\""}
@@ -438,7 +438,7 @@ public void WriteToSubLoggerWithLevelSwitchIsSupported()
438438
""WriteTo"": [{
439439
""Name"": ""Logger"",
440440
""Args"": {
441-
""configureLogger"" : {
441+
""configureLogger>"" : {
442442
""WriteTo"": [{
443443
""Name"": ""DummyRollingFile"",
444444
""Args"": {""pathFormat"" : ""C:\\""}

0 commit comments

Comments
 (0)