aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string_ut.pyx
diff options
context:
space:
mode:
authormstebelev <mstebelev@yandex-team.ru>2022-02-10 16:47:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:17 +0300
commit93e9e4639b6ee2afbdf45cf3927cea6d340e19b0 (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/generic/string_ut.pyx
parent5a176099114d03d5669e95a55a3a514bd24dd8b1 (diff)
downloadydb-93e9e4639b6ee2afbdf45cf3927cea6d340e19b0.tar.gz
Restoring authorship annotation for <mstebelev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string_ut.pyx')
-rw-r--r--util/generic/string_ut.pyx8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/generic/string_ut.pyx b/util/generic/string_ut.pyx
index 8791f9bc83..5407f5b4c1 100644
--- a/util/generic/string_ut.pyx
+++ b/util/generic/string_ut.pyx
@@ -10,11 +10,11 @@ import sys
class TestStroka(unittest.TestCase):
- def test_unicode(self):
- cdef TString x = "привет"
- self.assertEquals(x, "привет")
+ def test_unicode(self):
+ cdef TString x = "привет"
+ self.assertEquals(x, "привет")
+
-
def test_ctor1(self):
cdef TString tmp = TString()
cdef TString tmp2 = TString(tmp)