Removed return value assertion
This commit is contained in:
parent
1a14957c19
commit
de0779eee8
@ -16,7 +16,7 @@ from .helper import (
|
||||
|
||||
def test_sanity() -> None:
|
||||
im = hopper()
|
||||
assert im.thumbnail((100, 100)) is None # type: ignore[func-returns-value]
|
||||
im.thumbnail((100, 100))
|
||||
|
||||
assert im.size == (100, 100)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user