Rename test class to match what it is testing

pull/4420/head
Michael DeHaan 2012-04-11 20:16:28 -04:00
parent 95e045d153
commit e103bdda93
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class TestCallbacks(object):
pass
class TestRunner(unittest.TestCase):
class TestPlaybook(unittest.TestCase):
def setUp(self):
self.user = getpass.getuser()