mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Rename test class to match what it is testing
This commit is contained in:
@@ -90,7 +90,7 @@ class TestCallbacks(object):
|
||||
pass
|
||||
|
||||
|
||||
class TestRunner(unittest.TestCase):
|
||||
class TestPlaybook(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.user = getpass.getuser()
|
||||
|
||||
Reference in New Issue
Block a user