summaryrefslogtreecommitdiffstats
path: root/util/stream/zlib_ut.cpp
diff options
context:
space:
mode:
authortobo <[email protected]>2022-02-10 16:47:27 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:27 +0300
commit55a7f90e4cd31e9481cace8ee5dfd682c27e810e (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/stream/zlib_ut.cpp
parent7fe839092527589b38f014d854c51565b3c1adfa (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/zlib_ut.cpp')
-rw-r--r--util/stream/zlib_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/zlib_ut.cpp b/util/stream/zlib_ut.cpp
index 4ccd2c72caf..2290b4a9dee 100644
--- a/util/stream/zlib_ut.cpp
+++ b/util/stream/zlib_ut.cpp
@@ -76,8 +76,8 @@ Y_UNIT_TEST_SUITE(TZLibTest) {
}
Y_UNIT_TEST(Dictionary) {
- static constexpr TStringBuf data = "<html><body></body></html>";
- static constexpr TStringBuf dict = "</<html><body>";
+ static constexpr TStringBuf data = "<html><body></body></html>";
+ static constexpr TStringBuf dict = "</<html><body>";
for (auto type : {ZLib::Raw, ZLib::ZLib}) {
TStringStream compressed;
{