Rename test class to match what it is testing
This commit is contained in:
parent
95e045d153
commit
e103bdda93
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class TestCallbacks(object):
|
|||
pass
|
||||
|
||||
|
||||
class TestRunner(unittest.TestCase):
|
||||
class TestPlaybook(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.user = getpass.getuser()
|
||||
|
|
Loading…
Reference in a new issue