Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidEslami committed Jun 2, 2023
1 parent e505888 commit bbbfde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/openadapt/test_crop.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ def test_crop_active_window():
screenshot.crop_active_window(action_event=action_event_mock)

# Verify that the image size has been reduced
assert ((screenshot._image.size[0] < original_size[0]) or (screenshot._image.size[1] < original_size[1]))
assert ((screenshot._image.size[0] < original_size[0]) or
(screenshot._image.size[1] < original_size[1]))

0 comments on commit bbbfde9

Please sign in to comment.