We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e85a7d commit b4804fcCopy full SHA for b4804fc
ydb/core/testlib/actors/test_runtime_ut.cpp
@@ -794,7 +794,7 @@ Y_UNIT_TEST_SUITE(TActorTest) {
794
runtime.EnableScheduleForActor(source);
795
796
TBlockEvents<TEvTrigger> block(runtime, [&](TEvTrigger::TPtr& ev){ return ev->GetRecipientRewrite() == target; });
797
- runtime.WaitFor("blocked 2 events", [&]{ return block.size() >= 3; });
+ runtime.WaitFor("blocked 3 events", [&]{ return block.size() >= 3; });
798
UNIT_ASSERT_VALUES_EQUAL(block.size(), 3u);
799
UNIT_ASSERT_VALUES_EQUAL(values.size(), 0u);
800
0 commit comments