From 2fd9b7c190cae91444595c1f8fe714dda4a3a075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 30 Aug 2024 12:09:44 +0200 Subject: [PATCH] fix unit test --- tests/test_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_files.py b/tests/test_files.py index e0de6d7b..0d3e7f6d 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -17,7 +17,7 @@ def putfile(path: str) -> None: class TestFiles(unittest.TestCase): def test_monotonous(self): - with jump_to_directory('test/path'): + with jump_to_directory('test_d/path'): path = os.getcwd() self.assertTrue(path.endswith('path')) self.assertTrue(os.path.exists('path')) -- GitLab