We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25db482 + a6acc67 commit 9e73e6eCopy full SHA for 9e73e6e
Tests/test_file_libtiff.py
@@ -365,8 +365,7 @@ def test_xmlpacket_tag(
365
366
with Image.open(out) as reloaded:
367
assert isinstance(reloaded, TiffImagePlugin.TiffImageFile)
368
- if 700 in reloaded.tag_v2:
369
- assert reloaded.tag_v2[700] == b"xmlpacket tag"
+ assert reloaded.tag_v2[700] == b"xmlpacket tag"
370
371
def test_int_dpi(self, monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> None:
372
# issue #1765
0 commit comments