mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Fix unit test failure.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user