Skip to content

Commit 28f6f9d

Browse files
committed
akkadotnet#193 reproduction spec
1 parent 8ec27ff commit 28f6f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hocon.Configuration.Test/DebuggerSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void Should_dump_HOCON_with_2_Fallback()
9999
.SafeWithFallback(myHocon2)
100100
.SafeWithFallback(myHocon3);
101101

102-
//fullHocon.GetString("akka.remote.transport").Should().Be("foo");
102+
fullHocon.GetString("akka.remote.transport").Should().Be("foo");
103103

104104
var dump = fullHocon.DumpConfig();
105105
dump.Should().Contain(myHocon1.PrettyPrint(2));

0 commit comments

Comments
 (0)