Fix unit test failure.

This commit is contained in:
Huxing Zhang
2018-09-17 23:24:50 +08:00
committed by GitHub
@@ -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());
}