This commit is contained in:
BlueT
2018-09-17 23:14:59 +08:00
parent 226c1871ca
commit 504ee08eda
@@ -240,7 +240,7 @@ public class ObjectViewTest {
" c1=@NestedClass[\n" +
" code=@Integer[1],\n" +
" c1=...\n" +
"... Object size exceeds size limit:100";
"... Object size exceeds size limit: 100, try to specify -M size_limit in your command, check the help command for more.";
Assert.assertEquals(expected, objectView.draw());
}