diff options
Diffstat (limited to 'test/orm/test_backref_mutations.py')
-rw-r--r-- | test/orm/test_backref_mutations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_backref_mutations.py b/test/orm/test_backref_mutations.py index e9448d41c..67f8c6c00 100644 --- a/test/orm/test_backref_mutations.py +++ b/test/orm/test_backref_mutations.py @@ -393,7 +393,7 @@ class O2OScalarBackrefMoveTest(_fixtures.FixtureTest): # backref fires assert u1.address is a2 - # didnt work this way tho + # didn't work this way tho assert a1.user is u1 # moves appropriately after commit |