Skip to content

Commit aceecc2

Browse files
committed
fix
1 parent 4ac2cb9 commit aceecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ void TestPayloadOffset(ui64 firstSector, ui64 lastSector, ui64 currentSector, ui
378378
}
379379
TSectorRestorator restorator(false, 1, false, format);
380380
restorator.Restore(sectors[i].Begin(), offset, magic, 0, 0);
381-
UNIT_ASSERT_C(restorator.GoodSectorCount == 1, "i# " << i <<
381+
UNIT_ASSERT_C(restorator.GoodSectorCount == 1, "i# " << i
382382
<< " GoodSectorCount# " << restorator.GoodSectorCount);
383383
}
384384
}

0 commit comments

Comments
 (0)