Skip to content

Commit 2bc5ef1

Browse files
committed
Fix ut
1 parent 986209e commit 2bc5ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/actors/interconnect/ut/interconnect_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Y_UNIT_TEST_SUITE(Interconnect) {
225225
{
226226
auto s = GetRdmaQpStatus(cluster, 1, 2);
227227
auto tokens = SplitString(s, ",");
228-
UNIT_ASSERT(tokens.size() == 2);
228+
UNIT_ASSERT(tokens.size() > 2);
229229
UNIT_ASSERT(tokens[1] == "QPS_RTS");
230230
}
231231

0 commit comments

Comments
 (0)