Skip to content

Commit

Permalink
tests.models_file - fix incorrect field name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 6, 2024
1 parent 32c6ac6 commit b04df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_original_file(
assert file.parent == parent
assert file.processed == processed
assert file.lock == lock
assert file.original_name == filename
assert file.original_path == test_files.joinpath(filename).relative_to(test_folder)

action = actions.get(filedata["matches"]["id"])

Expand Down

0 comments on commit b04df7e

Please sign in to comment.