mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fix CMYK test
This commit is contained in:
parent
c15601e0b0
commit
3e2ff13aa8
|
@ -41,7 +41,7 @@ def test_p_mode():
|
|||
|
||||
def test_cmyk_mode():
|
||||
# Arrange
|
||||
mode = "P"
|
||||
mode = "CMYK"
|
||||
|
||||
# Act / Assert
|
||||
helper_save_as_pdf(mode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user