Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Aug 30, 2024
1 parent adbaf9e commit 2fd9b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 2fd9b7c

Please sign in to comment.