Skip to content

Commit 5e1b5f2

Browse files
committed
[del] redundant
1 parent a259a29 commit 5e1b5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Etcd.Microsoft.Extensions.Configuration.IntegrationTests/ConfigurationBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ private static void PerformTest(IConfigurationRoot config)
8181
Assert.That(list[1], Is.EqualTo("Item 2"));
8282
Assert.That(testAppSection["Item1"], Is.EqualTo("1234321"));
8383

84-
Assert.That(complexPrefixSection["TestKey"], Is.EqualTo("Test value")); // This method is just to have a breakpoint target for debugging purposes.
84+
Assert.That(complexPrefixSection["TestKey"], Is.EqualTo("Test value"));
8585
}
8686
}

0 commit comments

Comments
 (0)