From e6c775f0e23454f519d79e2348938256f11f272e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 25 Jan 2013 21:42:36 +0100 Subject: [PATCH] power: Fix comment in check_dim() --- plugins/power/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/power/test.py b/plugins/power/test.py index a8be249f..21c7ae0c 100755 --- a/plugins/power/test.py +++ b/plugins/power/test.py @@ -248,7 +248,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase): while timeout > 0: time.sleep(1) timeout -= 1 - # check that it requested blank + # check that it requested dim log = self.plugin_log.read() if 'Doing a state transition: dim' in log: -- GitLab