Skip to content

Commit

Permalink
Fix background tests mode
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed Dec 4, 2016
1 parent 0145299 commit 9110f23
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilbox/test/image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def _get_transparent_criteria_combinations():

def _get_background_criteria_combinations():
return _make_combinations(
[dict(values=[["resize"], [(125, 125)], ["0fff", "000", "fff", "a0cccccc"], ["jpg", "png", "gif", "webp"]],
[dict(values=[["crop"], [(125, 125)], ["0fff", "000", "fff", "a0cccccc"], ["jpg", "png", "gif", "webp"]],
fields=["mode", "size", "background", "format"])])

def _make_combinations(choices):
Expand Down

0 comments on commit 9110f23

Please sign in to comment.