rename test class for clarity
This commit is contained in:
parent
e398e904e3
commit
6abdb78e46
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from evennia.utils.test_resources import BaseEvenniaCommandTest
|
||||||
from . import character_creator
|
from . import character_creator
|
||||||
|
|
||||||
|
|
||||||
class TestAccount(BaseEvenniaCommandTest):
|
class TestCharacterCreator(BaseEvenniaCommandTest):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
self.account.swap_typeclass(character_creator.ContribChargenAccount)
|
self.account.swap_typeclass(character_creator.ContribChargenAccount)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue