diff options
author | Cthulhu <cthulhu@yandex-team.ru> | 2022-02-15 15:32:38 +0300 |
---|---|---|
committer | Cthulhu <cthulhu@yandex-team.ru> | 2022-02-15 15:32:38 +0300 |
commit | 88a0dbd31f7d2b1684b072dfde6927c3711adec9 (patch) | |
tree | e0058988b6d99fa3dd9733396f923d342ef3538f /library/cpp/actors/protos | |
parent | f9211a752e27e7a9915c4ab07d73c86089a3f1c9 (diff) | |
download | ydb-88a0dbd31f7d2b1684b072dfde6927c3711adec9.tar.gz |
Fix actor system tests and united pool configuration, KIKIMR-14263
ref:b4161ce289e5bcecd2684a433c331785b201438f
Diffstat (limited to 'library/cpp/actors/protos')
-rw-r--r-- | library/cpp/actors/protos/unittests.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/protos/unittests.proto b/library/cpp/actors/protos/unittests.proto index a856b0942a..4b1af85e01 100644 --- a/library/cpp/actors/protos/unittests.proto +++ b/library/cpp/actors/protos/unittests.proto @@ -16,5 +16,5 @@ message TBigMessage { message TMessageWithPayload { optional string Meta = 1; repeated uint32 PayloadId = 2; - repeated string SomeData = 3; + repeated bytes SomeData = 3; } |