aboutsummaryrefslogtreecommitdiffstats
path: root/util/tests
diff options
context:
space:
mode:
authorbur3 <bur3@yandex-team.ru>2022-02-10 16:52:03 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:03 +0300
commit21d4894ec358934fd085d6ed0a177bf19aee27cc (patch)
tree03abeeefb9dd8239de553d07de972d660105e9ae /util/tests
parentfa2bf14034a6e0ee20178ad95dd1e6a80c0a61ac (diff)
downloadydb-21d4894ec358934fd085d6ed0a177bf19aee27cc.tar.gz
Restoring authorship annotation for <bur3@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/tests')
-rw-r--r--util/tests/cython/test_generic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/tests/cython/test_generic.py b/util/tests/cython/test_generic.py
index a0d61339cc..79ab6daf82 100644
--- a/util/tests/cython/test_generic.py
+++ b/util/tests/cython/test_generic.py
@@ -10,7 +10,7 @@ from util.generic.maybe_ut import TestMaybe
from util.generic.ptr_ut import TestHolder
from util.generic.string_ut import TestStroka
from util.generic.vector_ut import TestVector
-from util.string.cast_ut import TestFromString, TestToString
+from util.string.cast_ut import TestFromString, TestToString
# Test discovery does not work in cython modules.
# Reexporting test classes here to satisfy pylint and pytest.
@@ -24,6 +24,6 @@ __all__ = [
'TestMaybe',
'TestStroka',
'TestVector',
- 'TestFromString',
+ 'TestFromString',
'TestToString',
]