Update test of JSON's structure view (broken after IDEA-131495)

This commit is contained in:
Mikhail Golubev
2014-10-26 01:24:43 +04:00
parent c42a4ca54e
commit bfd3c27a64
@@ -66,7 +66,9 @@ public class JsonStructureViewTest extends JsonTestCase {
" -object\n" +
" nestedObject\n" +
" -array\n" +
" +array\n" +
" -array\n" +
" -object\n" +
" deepNestedObject\n" +
" -object\n" +
" siblingObject\n");
}