Skip to content

Commit

Permalink
test: Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Deacon committed Jan 15, 2024
1 parent 77b8b6d commit d28b11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_libphsh_fortran_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_libphsh_exists():
"""
assert os.path.exists(PHASESHIFTS_LIB_DIR)
for directory, _, files in os.walk(PHASESHIFTS_LIB_DIR):
if "__pycache__" in directory:
if "__pycache__" in directory or not directory.endswith("/lib"):
continue

if sys.platform == "win32":
Expand Down

0 comments on commit d28b11f

Please sign in to comment.