Skip to content

Commit

Permalink
test: fix comparison of path and str
Browse files Browse the repository at this point in the history
georgkrause committed Feb 27, 2024

Verified

This commit was signed with the committer’s verified signature.
WengerK Kevin Wenger
1 parent 84f2b31 commit 5b8021b
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
@@ -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 5b8021b

Please sign in to comment.