Skip to content

Commit

Permalink
fixup! tests/unittests: add registry_storage_heap tests
Browse files Browse the repository at this point in the history
Fix new registry_node_t format
  • Loading branch information
LasseRosenow committed Apr 12, 2024
1 parent 0d91422 commit f7e4008
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ static void tests_load_and_save(void)
{
registry_node_t node = {
.type = REGISTRY_NODE_PARAMETER,
.location.parameter = &registry_tests_nested_group_parameter,
.instance = &test_nested_instance,
.value.parameter = {
.instance = &test_nested_instance,
.parameter = &registry_tests_nested_group_parameter,
},
};

/* set input to 8 */
Expand Down

0 comments on commit f7e4008

Please sign in to comment.