Compare commits
3 Commits
243df40ac7
...
cda4523b66
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | cda4523b66 | |
Tim Van Baak | 98898b98fc | |
Tim Van Baak | caa2e1e8a4 |
|
@ -69,5 +69,5 @@ def test_character_limits(db: DbContext, lexicon_with_editor):
|
|||
# Setting the limit to null should allow a third character
|
||||
lexicon.character_limit = None
|
||||
db.session.commit()
|
||||
char2 = charq.create(db, lexicon.id, user.id, 'Test Character 3', signature=None)
|
||||
assert char2.id, 'Failed to create character 3'
|
||||
char3 = charq.create(db, lexicon.id, user.id, 'Test Character 3', signature=None)
|
||||
assert char3.id, 'Failed to create character 3'
|
||||
|
|
Loading…
Reference in New Issue