rename test class for clarity

This commit is contained in:
InspectorCaracal 2022-11-20 21:00:29 -07:00 committed by GitHub
parent e398e904e3
commit 6abdb78e46

View file

@ -9,7 +9,7 @@ from evennia.utils.test_resources import BaseEvenniaCommandTest
from . import character_creator
class TestAccount(BaseEvenniaCommandTest):
class TestCharacterCreator(BaseEvenniaCommandTest):
def setUp(self):
super().setUp()
self.account.swap_typeclass(character_creator.ContribChargenAccount)