Skip to content

Commit af3a1fd

Browse files
Update Tests/test_imagegrab.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 29b64ea commit af3a1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_imagegrab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def test_grab_no_xcb(self) -> None:
4343
if (
4444
sys.platform not in ("win32", "darwin")
4545
and not shutil.which("gnome-screenshot")
46-
and not shutil.which("spectacle")
4746
and not shutil.which("grim")
47+
and not shutil.which("spectacle")
4848
):
4949
with pytest.raises(OSError) as e:
5050
ImageGrab.grab()

0 commit comments

Comments
 (0)