rename test class for clarity

This commit is contained in:
InspectorCaracal 2022-11-20 21:00:29 -07:00 committed by GitHub
parent 4784c08c5d
commit c93e6847d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)