Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Mar 2, 2024
1 parent 4dc7a41 commit 6670e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion cat_win/tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# sys.path.append('../cat_win')


test_file_dir = os.path.join(os.path.dirname(__file__), 'texts')
test_file_dir = os.path.join(os.path.dirname(__file__), 'resources')
test_file_path = os.path.join(test_file_dir, 'test.bin')
with open(test_file_path, 'rb') as raw_f:
test_content = [('', line) for line in raw_f.read().splitlines()]
Expand Down

0 comments on commit 6670e45

Please sign in to comment.