Skip to content

Commit

Permalink
Use black color in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 26, 2021
1 parent 400c954 commit 77bc974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fx.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def test_resize(library, size, duration, new_size, height, width, monkeypatch):
else:
expected_new_sizes = None

clip = ColorClip(size=size, color=(255, 0, 0), duration=duration)
clip = ColorClip(size=size, color=(0, 0, 0), duration=duration)
clip.fps = 1

# any resizing argument passed, raises `ValueError`
Expand Down

0 comments on commit 77bc974

Please sign in to comment.