Fix CMYK test

This commit is contained in:
hugovk 2014-05-11 17:23:10 +03:00
parent c15601e0b0
commit 3e2ff13aa8

View File

@ -41,7 +41,7 @@ def test_p_mode():
def test_cmyk_mode(): def test_cmyk_mode():
# Arrange # Arrange
mode = "P" mode = "CMYK"
# Act / Assert # Act / Assert
helper_save_as_pdf(mode) helper_save_as_pdf(mode)