Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 5, 2024
1 parent 1ebca31 commit 15f76de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/tests/test_zipviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

from cat_win.tests.mocks.std import StdOutMock
from cat_win.util.zipviewer import display_zip
from cat_win.util.specific_formats.zipviewer import display_zip
# import sys
# sys.path.append('../cat_win')
test_file_dir = os.path.join(os.path.dirname(__file__), 'texts')
Expand Down

0 comments on commit 15f76de

Please sign in to comment.