Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: huangjialu <[email protected]>
  • Loading branch information
huangjialu committed Aug 28, 2024
1 parent 4aab850 commit 6cdc22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox/common/BlackboxTestsDiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1687,9 +1687,9 @@ TEST_P(Discovery, CdrWriteDataLength)
if (info.guid == writer.datawriter_guid())
{
std::cout << "Received USER_DATA size from the writer program: "
<< info.user_data.size() << std::endl;
<< info.user_data.size() << std::endl;
std::cout << "Received GROUP_DATA size from the writer program: "
<< info.group_data.size() << std::endl;
<< info.group_data.size() << std::endl;

return info.user_data.size() == user_size && info.group_data.size() == group_size;
}
Expand Down

0 comments on commit 6cdc22c

Please sign in to comment.