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