Skip to content

Commit 6cdc22c

Browse files
author
huangjialu
committed
fix ci
Signed-off-by: huangjialu <[email protected]>
1 parent 4aab850 commit 6cdc22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/blackbox/common/BlackboxTestsDiscovery.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,9 @@ TEST_P(Discovery, CdrWriteDataLength)
16871687
if (info.guid == writer.datawriter_guid())
16881688
{
16891689
std::cout << "Received USER_DATA size from the writer program: "
1690-
<< info.user_data.size() << std::endl;
1690+
<< info.user_data.size() << std::endl;
16911691
std::cout << "Received GROUP_DATA size from the writer program: "
1692-
<< info.group_data.size() << std::endl;
1692+
<< info.group_data.size() << std::endl;
16931693

16941694
return info.user_data.size() == user_size && info.group_data.size() == group_size;
16951695
}

0 commit comments

Comments
 (0)