Skip to content

Commit

Permalink
add another file url count check
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalton committed Sep 13, 2022
1 parent 813bdab commit 6cd298b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/tests/iot/adu/test_az_iot_adu.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ static void test_az_iot_adu_client_parse_service_properties_payload_reverse_orde
assert_int_equal(az_span_size(request.file_urls[0].id), sizeof(files_id) - 1);
assert_memory_equal(az_span_ptr(request.file_urls[0].url), file_url, sizeof(file_url) - 1);
assert_int_equal(az_span_size(request.file_urls[0].url), sizeof(file_url) - 1);
assert_int_equal(request.file_urls_count, 1);
}

static void test_az_iot_adu_client_parse_service_properties_payload_no_deployment_null_manifest(
Expand Down

0 comments on commit 6cd298b

Please sign in to comment.