Skip to content

Commit ec14be7

Browse files
committed
Fix UT
1 parent 7868b2a commit ec14be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/ut_blobstorage/sanitize_groups.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Y_UNIT_TEST_SUITE(GroupLayoutSanitizer) {
6161

6262

6363
// Assure that sanitizer doesn't send request to initially allocated groups
64-
env->UpdateSettings(true, false, true);
6564
env->Runtime->FilterFunction = CatchSanitizeRequests;
65+
env->UpdateSettings(true, false, true);
6666
env->Sim(TDuration::Minutes(3));
6767
env->UpdateSettings(false, false, false);
6868

0 commit comments

Comments
 (0)