diff options
author | Aleksandr <[email protected]> | 2022-02-10 16:47:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:52 +0300 |
commit | b05913d1c3c02a773578bceb7285084d2933ae86 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /tools/archiver | |
parent | ea6c5b7f172becca389cacaff7d5f45f6adccbe6 (diff) |
Restoring authorship annotation for Aleksandr <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'tools/archiver')
-rw-r--r-- | tools/archiver/tests/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/archiver/tests/test.py b/tools/archiver/tests/test.py index 947a0968b20..b92d58f6a98 100644 --- a/tools/archiver/tests/test.py +++ b/tools/archiver/tests/test.py @@ -8,7 +8,7 @@ logger = logging.getLogger("test_logger") class TestArchiver(object): @classmethod def setup_class(cls): - cls.archiver_path = ytc.binary_path("tools/archiver/archiver") + cls.archiver_path = ytc.binary_path("tools/archiver/archiver") def test_recursive(self): assert 'archiver' == os.path.basename(self.archiver_path) |