aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkomels <komels@ydb.tech>2023-08-01 11:35:11 +0300
committerkomels <komels@ydb.tech>2023-08-01 11:35:11 +0300
commit980e03e4622521c6ac246236d54dcb77a2310987 (patch)
treee99f8488460bab2c4b317c5e1172afb673a9e20a
parent0cc2c02c32be31494e95ea489c313070a75d8928 (diff)
downloadydb-980e03e4622521c6ac246236d54dcb77a2310987.tar.gz
Remove false assertion in test
-rw-r--r--ydb/core/persqueue/ut/pqrb_describes_ut.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ydb/core/persqueue/ut/pqrb_describes_ut.cpp b/ydb/core/persqueue/ut/pqrb_describes_ut.cpp
index 634f3ffe53..956b00083d 100644
--- a/ydb/core/persqueue/ut/pqrb_describes_ut.cpp
+++ b/ydb/core/persqueue/ut/pqrb_describes_ut.cpp
@@ -38,7 +38,6 @@ Y_UNIT_TEST_SUITE(TPQRBDescribes) {
UNIT_ASSERT(res.second);
UNIT_ASSERT_LT(partitionInResponse.GetPartitionId(), totalPartitions);
UNIT_ASSERT(partitionInResponse.GetNodeId() > 0);
- UNIT_ASSERT(partitionInResponse.GetGeneration() > 0);
}
return ev;
};
@@ -76,4 +75,4 @@ Y_UNIT_TEST_SUITE(TPQRBDescribes) {
}
};
-} \ No newline at end of file
+}