From 0564f98316a73731929f96a3bb05c826ac8d1a10 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Mon, 26 Aug 2024 12:56:17 +0200 Subject: [PATCH] test fix --- tests/zenohc/shm_api.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zenohc/shm_api.cxx b/tests/zenohc/shm_api.cxx index f8a1c166..171848e9 100644 --- a/tests/zenohc/shm_api.cxx +++ b/tests/zenohc/shm_api.cxx @@ -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()),