Skip to content

Commit

Permalink
fix(test.py): fix test.py
Browse files Browse the repository at this point in the history
fix test.py
  • Loading branch information
ak-quant committed May 9, 2022
1 parent ae7f6ee commit 0509d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_path_func():
:rtype: pathlib.Path
"""
temp_path = get_ths_js("ths.js")
assert isinstance(temp_path, pathlib.WindowsPath)
assert isinstance(temp_path, pathlib.Path)


if __name__ == "__main__":
Expand Down

0 comments on commit 0509d25

Please sign in to comment.