aboutsummaryrefslogtreecommitdiffstats
path: root/util/tests
diff options
context:
space:
mode:
authorVlad Yaroslavlev <vladon@vladon.com>2022-02-10 16:46:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:23 +0300
commit706b83ed7de5a473436620367af31fc0ceecde07 (patch)
tree103305d30dec77e8f6367753367f59b3cd68f9f1 /util/tests
parent918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (diff)
downloadydb-706b83ed7de5a473436620367af31fc0ceecde07.tar.gz
Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. Commit 1 of 2.
Diffstat (limited to 'util/tests')
-rw-r--r--util/tests/cython/test_generic.py2
-rw-r--r--util/tests/cython/ya.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/util/tests/cython/test_generic.py b/util/tests/cython/test_generic.py
index a0d61339cc..fbfa10a485 100644
--- a/util/tests/cython/test_generic.py
+++ b/util/tests/cython/test_generic.py
@@ -8,7 +8,7 @@ from util.generic.hash_set_ut import TestHashSet
from util.generic.list_ut import TestList
from util.generic.maybe_ut import TestMaybe
from util.generic.ptr_ut import TestHolder
-from util.generic.string_ut import TestStroka
+from util.generic.string_ut import TestStroka
from util.generic.vector_ut import TestVector
from util.string.cast_ut import TestFromString, TestToString
diff --git a/util/tests/cython/ya.make b/util/tests/cython/ya.make
index b928c19026..f869f2ad65 100644
--- a/util/tests/cython/ya.make
+++ b/util/tests/cython/ya.make
@@ -5,8 +5,8 @@ SUBSCRIBER(g:util-subscribers)
SRCDIR(util)
-NO_WSHADOW()
-
+NO_WSHADOW()
+
PY_SRCS(
NAMESPACE
util
@@ -15,7 +15,7 @@ PY_SRCS(
generic/deque_ut.pyx
generic/maybe_ut.pyx
generic/ptr_ut.pyx
- generic/string_ut.pyx
+ generic/string_ut.pyx
generic/vector_ut.pyx
generic/list_ut.pyx
generic/hash_set_ut.pyx