mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-04 04:50:37 +01:00
Fix race condition in test_sibling_priority_no_overwrite
This commit is contained in:
parent
94c91f93f1
commit
9ee76826bd
1 changed files with 1 additions and 1 deletions
|
|
@ -3148,8 +3148,8 @@ class Tests(dbusmock.DBusTestCase):
|
|||
def test_sibling_priority_no_overwrite(self):
|
||||
'Test siblings using the fallback device do not overwrite previous guesses'
|
||||
|
||||
self.start_daemon()
|
||||
self.testbed.add_from_file(os.path.join(edir, 'tests/wacom-pen-digitiser.device'))
|
||||
self.start_daemon()
|
||||
|
||||
self.assertDevs({
|
||||
'battery_wacom_battery_0': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue