Skip to content

Commit 54d5af7

Browse files
committed
Removed pointless comment
1 parent 0fecc12 commit 54d5af7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/EnvironmentVariablesTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,6 @@ public void ColonAndDotTransformationReplacesTripleUnderscoreWithDotAndDoubleUnd
414414
[Fact]
415415
public void ColonAndDotTransformationIsNotTheDefault()
416416
{
417-
// Sanity check: the two built-in transformations produce different results for triple underscores.
418-
// If they ever agree, this test no longer demonstrates that the default isn't ColonAndDot.
419417
var dict = new Hashtable()
420418
{
421419
{ "App___Config", "value" }

0 commit comments

Comments
 (0)