Skip to content

Commit 5465789

Browse files
committed
wip
1 parent 414cd80 commit 5465789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Configuration.Json/tests/EmptyObjectTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void NullObject_AddsEmptyString()
3131
var jsonConfigSource = new JsonConfigurationProvider(new JsonConfigurationSource());
3232
jsonConfigSource.Load(TestStreamHelpers.StringToStream(json));
3333

34-
Assert.Equal("", jsonConfigSource.Get("key")); // see issue?
34+
Assert.Equal("", jsonConfigSource.Get("key"));
3535
}
3636

3737
[Fact]

0 commit comments

Comments
 (0)