Skip to content

Commit

Permalink
fix: conversion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jun 14, 2024
1 parent e6debb2 commit 25e1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_msgcodec_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ void subscriber_declaration(void) {
_z_decl_queryable_t gen_queryable_declaration(void) {
_z_decl_queryable_t e_qd = {._keyexpr = gen_keyexpr(),
._id = (uint32_t)gen_uint64(),
._ext_queryable_info = {._complete = gen_uint8(), ._distance = (uint32_t)gen_zint()}};
._ext_queryable_info = {._complete = gen_uint8(), ._distance = gen_uint16()}};

return e_qd;
}
Expand Down

0 comments on commit 25e1986

Please sign in to comment.