Searched refs:exp_payload_nested_mlm1 (Results 1 – 1 of 1) sorted by relevance
731 const uint8_t exp_payload_nested_mlm1[] = {MAP(1), LIST(0), END LIST(0), END END}; in ZTEST() local773 zassert_equal(sizeof(exp_payload_nested_mlm1), out_len, NULL); in ZTEST()774 zassert_mem_equal(exp_payload_nested_mlm1, output, sizeof(exp_payload_nested_mlm1), NULL); in ZTEST()