Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 26, 2024
1 parent 6901e69 commit 0564f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zenohc/shm_api.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ int run_c_client() {

// add client to the list
list.push_back(std::make_pair(id, std::move(client)));
ASSERT_VALID(client);
ASSERT_NULL(client);

// create client storage from the list
// auto storage = ShmClientStorage(std::make_move_iterator(list.begin()), std::make_move_iterator(list.end()),
Expand Down

0 comments on commit 0564f98

Please sign in to comment.