Skip to content

Commit

Permalink
make xrander test quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Apr 28, 2024
1 parent 137c59c commit 2ddf67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xrandr.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_issue_490(self):
default connected 1024x600+0+0 0mm x 0mm
1024x600 0.00*
"""
actual: Response = parse(data_in)
actual: Response = parse(data_in, quiet=True)
self.maxDiff = None
self.assertEqual(1024, actual["screens"][0]["devices"][0]["resolution_width"])

Expand Down

0 comments on commit 2ddf67a

Please sign in to comment.