Skip to content
Snippets Groups Projects
Commit 37bf0f130ee8 authored by Alanscut's avatar Alanscut
Browse files

array's item should be in the list

parent 720aa16524ae
Branches
No related tags found
No related merge requests found
......@@ -90,7 +90,8 @@
assert_parse_array("[[]]");
assert_has_child(item);
assert_is_array(item->child);
TEST_ASSERT_NOT_NULL(item->child);
assert_has_type(item->child, cJSON_Array);
assert_has_no_child(item->child);
reset(item);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment