summaryrefslogtreecommitdiff
diff options
authorThomi Richards <thomi.richards@canonical.com>2012-03-01 11:25:21 +1300
committerThomi Richards <thomi.richards@canonical.com>2012-03-01 11:25:21 +1300
commitaff59d4d448ed56cfd7a1cfdeef02af27bfd02e7 (patch)
treea4a58aa26e9a600149d2e2679b9a92702b1419e3
parente99389b8cb1a122892eb4f8e4ee0adbb44eabef2 (diff)
Fixed type.
(bzr r2041.1.7)
-rw-r--r--tests/autopilot/autopilot/tests/test_hud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/autopilot/tests/test_hud.py b/tests/autopilot/autopilot/tests/test_hud.py
index d9c71a6aa..d47b2194f 100644
--- a/tests/autopilot/autopilot/tests/test_hud.py
+++ b/tests/autopilot/autopilot/tests/test_hud.py
@@ -24,7 +24,7 @@ class HudTests(AutopilotTestCase):
def tearDown(self):
super(HudTests, self).tearDown()
- self.hud_controller.ensure_visible()
+ self.hud_controller.ensure_hidden()
def get_hud_controller(self):
controllers = HudController.get_all_instances()