From 46ef48669dfa0f110067d7d108523f0f18b25b5e Mon Sep 17 00:00:00 2001 From: evilchili Date: Sat, 20 Apr 2024 20:39:13 -0700 Subject: [PATCH] typo --- test/test_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_schema.py b/test/test_schema.py index 3e5daee..35454d8 100644 --- a/test/test_schema.py +++ b/test/test_schema.py @@ -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 dump = json.loads(db.dump()) assert dump["class_map"] == [] - assert dump["class_map"] == [] assert dump["character_class_attribute_map"] == []