Skip to content

Commit

Permalink
deduplicate ipc address in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Sep 29, 2023
1 parent 7bd31f8 commit 4310d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protocols/_push_pull_multipart.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4310d07

Please sign in to comment.