mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-19 17:10:45 +02:00
linux: get_properties_sync() doesn't exist anymore
This commit is contained in:
parent
fa1fb8404f
commit
720680d685
1 changed files with 0 additions and 1 deletions
|
|
@ -736,7 +736,6 @@ class Tests(unittest.TestCase):
|
|||
|
||||
self.start_daemon()
|
||||
client = UPowerGlib.Client.new()
|
||||
self.assertTrue(client.get_properties_sync(None))
|
||||
self.assertRegex(client.get_daemon_version(), '^[0-9.]+$')
|
||||
self.assertIn(client.get_is_docked(), [False, True])
|
||||
self.assertIn(client.get_lid_is_present(), [False, True])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue