linux: integration-test: correct unsupported test comment

This commit is contained in:
Jelle van der Waa 2024-09-17 20:13:50 +02:00
parent 23cf8c19f7
commit 3390fa48ae

View file

@ -1288,7 +1288,7 @@ class Tests(dbusmock.DBusTestCase):
self.assertEqual(fp.read(), '100')
def test_battery_charge_threshold_unsupported(self):
'''Battery with only end_threshold supported'''
'''Battery with only start_threshold supported'''
if not self.polkit:
self.start_polkitd({})