Fixed a borked test.
This commit is contained in:
parent
4b80b200d8
commit
376d1d1ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class CharacterCreateView(EvenniaWebTest):
|
||||||
@override_settings(MAX_NR_CHARACTERS=1)
|
@override_settings(MAX_NR_CHARACTERS=1)
|
||||||
def test_valid_access_multisession_0(self):
|
def test_valid_access_multisession_0(self):
|
||||||
"Account1 with no characters should be able to create a new one"
|
"Account1 with no characters should be able to create a new one"
|
||||||
self.assertFalse(self.account.characters, "Account1 has characters but shouldn't!")
|
self.account.remove_character_from_playable_list(self.char1)
|
||||||
|
|
||||||
# Login account
|
# Login account
|
||||||
self.login()
|
self.login()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue