mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-04 07:10:25 +01:00
test: Only assert daemon log is closed if daemon is started
This commit is contained in:
parent
6d947c0532
commit
41bceac6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class Tests(dbusmock.DBusTestCase):
|
|||
except OSError:
|
||||
pass
|
||||
self.assertEqual(self.daemon.wait(), 0)
|
||||
self.daemon_log.assert_closed()
|
||||
self.daemon_log.assert_closed()
|
||||
self.daemon = None
|
||||
self.proxy = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue