Rename method

This commit is contained in:
Samuel Mehrbrodt 2014-04-08 17:23:40 +02:00
parent 791fdba019
commit 129f726d4c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class TestMainDisplay(TestCase):
# THEN: The controller should not be a live controller.
self.assertEqual(main_display.is_live, True, 'The main display should be a live controller')
def set_transparency_enable_test(self):
def set_transparency_test(self):
"""
Test creating an instance of the MainDisplay class
"""