We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414cd80 commit 5465789Copy full SHA for 5465789
src/libraries/Microsoft.Extensions.Configuration.Json/tests/EmptyObjectTest.cs
@@ -31,7 +31,7 @@ public void NullObject_AddsEmptyString()
31
var jsonConfigSource = new JsonConfigurationProvider(new JsonConfigurationSource());
32
jsonConfigSource.Load(TestStreamHelpers.StringToStream(json));
33
34
- Assert.Equal("", jsonConfigSource.Get("key")); // see issue?
+ Assert.Equal("", jsonConfigSource.Get("key"));
35
}
36
37
[Fact]
0 commit comments