diff --git a/tests/entity/test_entity_meta.py b/tests/entity/test_entity_meta.py index ce2d4af1..023c7021 100644 --- a/tests/entity/test_entity_meta.py +++ b/tests/entity/test_entity_meta.py @@ -93,3 +93,6 @@ def test_entity_meta_has_attributes_on_construction(self): "age", "id", ] # `relative_of` is ignored + + def test_meta_equality(self): + assert Person.meta_ != PersonAutoSSN.meta_