Skip to content

Commit

Permalink
Update tests/safeds/data/image/containers/test_image.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Senger <[email protected]>
  • Loading branch information
patrikguempel and alex-senger authored Jun 16, 2023
1 parent 1b25a22 commit f677729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safeds/data/image/containers/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_should_be_original(self) -> None:

class TestSharpen:
@pytest.mark.parametrize("factor", [2, 25])
def test_should_sharpen(self, factor: int) -> None:
def test_should_sharpen(self, factor: float) -> None:
image = Image.from_png_file(resolve_resource_path("image/sharpen/to_sharpen.png"))
image2 = image.sharpen(factor)
assert image != image2
Expand Down

0 comments on commit f677729

Please sign in to comment.