diff options
Diffstat (limited to 'test/lib/entities.py')
-rw-r--r-- | test/lib/entities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/entities.py b/test/lib/entities.py index 0ec677eea..1b24e73b7 100644 --- a/test/lib/entities.py +++ b/test/lib/entities.py @@ -50,7 +50,7 @@ class ComparableEntity(BasicEntity): self_key = sa.orm.attributes.instance_state(self).key except sa.orm.exc.NO_STATE: self_key = None - + if other is None: a = self b = other |