Skip to content

Commit af3a1fd

Browse files
Update Tests/test_imagegrab.py
Co-authored-by: Andrew Murray <[email protected]>
1 parent 29b64ea commit af3a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_imagegrab.py

+1-1
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)