Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 18, 2024
1 parent 1f00fb8 commit 08270a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/test_file_jxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ def test_read_i16(self) -> None:
image.load()
image.getdata()

Check warning on line 77 in Tests/test_file_jxl.py

View check run for this annotation

Codecov / codecov/patch

Tests/test_file_jxl.py#L72-L77

Added lines #L72 - L77 were not covered by tests

assert_image_similar_tofile(image, "Tests/images/jxl/16bit_subcutaneous.cropped.png", 1.0)
assert_image_similar_tofile(

Check warning on line 79 in Tests/test_file_jxl.py

View check run for this annotation

Codecov / codecov/patch

Tests/test_file_jxl.py#L79

Added line #L79 was not covered by tests
image, "Tests/images/jxl/16bit_subcutaneous.cropped.png", 1.0
)

def test_JpegXlDecode_with_invalid_args(self) -> None:
"""
Expand Down

0 comments on commit 08270a7

Please sign in to comment.