Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 55a6deb

Browse files
committed
also add p.PrintDump() in tests
1 parent dfa69b9 commit 55a6deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ServiceStack.Text.Tests/CyclicalDependencyTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public void Can_limit_cyclical_dependencies()
167167
var p = new person();
168168
p.teacher = new person { name = "sam", teacher = p };
169169
p.name = "bob";
170+
p.PrintDump();
170171
p.ToJsv().Print();
171172
p.ToJson().Print();
172173
}

0 commit comments

Comments
 (0)