Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
kodonnell committed Apr 18, 2024
1 parent fe144b5 commit 45c4389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ro_issue26.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from PIL import Image


def test_fails_with_ro_array_issue26():
def test_handles_ro_array_issue26():
image_filepath = Path(__file__).parent.parent / "src" / "qoi" / "koi.png"
image = Image.open(image_filepath).convert("RGB")
image_qoi = np.asarray(image) # NB: using np.array make it RW as it takes a copy
Expand Down

0 comments on commit 45c4389

Please sign in to comment.