We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec27ff commit 28f6f9dCopy full SHA for 28f6f9d
src/Hocon.Configuration.Test/DebuggerSpec.cs
@@ -99,7 +99,7 @@ public void Should_dump_HOCON_with_2_Fallback()
99
.SafeWithFallback(myHocon2)
100
.SafeWithFallback(myHocon3);
101
102
- //fullHocon.GetString("akka.remote.transport").Should().Be("foo");
+ fullHocon.GetString("akka.remote.transport").Should().Be("foo");
103
104
var dump = fullHocon.DumpConfig();
105
dump.Should().Contain(myHocon1.PrettyPrint(2));
0 commit comments