mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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
|
||||
|
||||
|
||||
class TestAccount(BaseEvenniaCommandTest):
|
||||
class TestCharacterCreator(BaseEvenniaCommandTest):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
self.account.swap_typeclass(character_creator.ContribChargenAccount)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue