Skip to content

Commit

Permalink
add comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtheodor committed Dec 29, 2014
1 parent 454f957 commit 95123e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_exotic_operation_combos.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ def test_insert_deleted_and_flushed_object(self):
assert article2.versions[1].operation_type == 1

def test_replace_deleted_object_with_update(self):
"""Test that deleting an object and hijacking its primary key results
in turning the operation_type = 2 to an operation_type = 1
"""
article = self.Article()
article.name = u'Some article'
article.content = u'Some content'
Expand Down

0 comments on commit 95123e6

Please sign in to comment.