1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

make xrander test quiet

This commit is contained in:
Kelly Brazil
2024-04-28 12:44:40 -07:00
parent 137c59cea1
commit 2ddf67ad0c

View File

@ -325,7 +325,7 @@ Screen 0: minimum 1024 x 600, current 1024 x 600, maximum 1024 x 600
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"])