diff options
| author | bur3 <[email protected]> | 2022-02-10 16:52:04 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:04 +0300 |
| commit | 99d815c929689c4f9f772dbe1a671240e9bdfea1 (patch) | |
| tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/tests | |
| parent | 21d4894ec358934fd085d6ed0a177bf19aee27cc (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/tests')
| -rw-r--r-- | util/tests/cython/test_generic.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/tests/cython/test_generic.py b/util/tests/cython/test_generic.py index 79ab6daf824..a0d61339cc7 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', ] |
