From 4310d07ed14578fa999d891e7cadb2925e4a9f22 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 28 Sep 2023 11:48:29 +0200 Subject: [PATCH] deduplicate ipc address in a test --- test/protocols/_push_pull_multipart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/protocols/_push_pull_multipart.cxx b/test/protocols/_push_pull_multipart.cxx index 4e70920bb..d8694e672 100644 --- a/test/protocols/_push_pull_multipart.cxx +++ b/test/protocols/_push_pull_multipart.cxx @@ -210,7 +210,7 @@ TEST(PushPull, Multipart_MultiThreaded_ipc_shmem) // NOLINT TEST(PushPull, Multipart_MultiThreaded_ipc_shmem_expanded_metadata) // NOLINT { - RunMultiThreadedMultipart("shmem", "ipc://test_Multipart_MultiThreaded_ipc_shmem_1", true); + RunMultiThreadedMultipart("shmem", "ipc://test_Multipart_MultiThreaded_ipc_shmem__expanded_metadata_1", true); } } // namespace