Skip to content

Commit

Permalink
test: fix comparison of path and str
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Nov 19, 2024
1 parent 2e28482 commit 7091ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def test_data_filename():
test = data_filename("test")
cwd = os.getcwd()

assert test == f"{cwd}/language_data/data/test"
assert str(test) == f"{cwd}/language_data/data/test"

0 comments on commit 7091ccd

Please sign in to comment.