This commit is contained in:
evilchili 2024-04-20 20:39:13 -07:00
parent a9593e83a2
commit 46ef48669d

View File

@ -70,5 +70,4 @@ def test_manage_character(db, classes_factory, ancestries_factory):
# ensure we're not persisting any orphan records in the map tables # ensure we're not persisting any orphan records in the map tables
dump = json.loads(db.dump()) dump = json.loads(db.dump())
assert dump["class_map"] == [] assert dump["class_map"] == []
assert dump["class_map"] == []
assert dump["character_class_attribute_map"] == [] assert dump["character_class_attribute_map"] == []