Skip to content

Commit

Permalink
test only checking path sufix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 15, 2023
1 parent fdacaf2 commit 784a419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pieces/ImageFilterPiece/test_imagefilterpiece.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def test_imagefilterpiece():
input_data=input_data
)
assert piece_output is not None
assert Path(piece_output.get('image_file_path')).is_file()
assert piece_output.get('image_file_path').endswith('.png')

0 comments on commit 784a419

Please sign in to comment.