[tests/battery] Add unused variables
This commit is contained in:
parent
ce22e9dc75
commit
463850eddc
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ class TestBatteryModule(unittest.TestCase):
|
|||
self.engine = mock.Mock()
|
||||
self.config = Config()
|
||||
self.module = Module(engine=self.engine, config={"config":self.config})
|
||||
self.popen = mocks.MockPopen()
|
||||
|
||||
self.config.set("battery.critical", "20")
|
||||
self.config.set("battery.warning", "25")
|
||||
|
@ -49,7 +48,6 @@ class TestBatteryModule(unittest.TestCase):
|
|||
self._stdout.stop()
|
||||
self._exists.stop()
|
||||
self._open.stop()
|
||||
self.popen.cleanup()
|
||||
|
||||
def test_format(self):
|
||||
for widget in self.module.widgets():
|
||||
|
|
Loading…
Reference in a new issue