Skip to content

Commit

Permalink
Fix z_collections_test (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Feb 14, 2025
1 parent 5d7a490 commit 6223029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_collections_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ void int_map_iterator_deletion_test(void) {
assert(s == _z_str_intmap_len(&map));
size_t key = _z_str_intmap_iterator_key(&iter);
assert(strlen(_z_str_intmap_iterator_value(&iter)) == 1);
_z_str_intmap_remove(&map, key);
_z_str_intmap_iterator_next(&iter);
_z_str_intmap_remove(&map, key);
}
_z_str_intmap_clear(&map);
}
Expand Down

0 comments on commit 6223029

Please sign in to comment.