Skip to content

Commit b4e87d6

Browse files
committed
fix
1 parent 587a6ef commit b4e87d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/persqueue/ut/autoscaling_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Y_UNIT_TEST_SUITE(TopicAutoscaling) {
620620
.EndConfigurePartitioningSettings();
621621
client.CreateTopic(TEST_TOPIC, createSettings).Wait();
622622

623-
auto msg = TString("a", 1_MB);
623+
auto msg = TString(1_MB, 'a');
624624

625625
auto writeSession = CreateWriteSession(client, "producer-1", 0);
626626
UNIT_ASSERT(writeSession->Write(Msg(msg, 1)));

0 commit comments

Comments
 (0)