Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add another orphan-made tip to self-check :(.
  • Loading branch information
zwn committed Feb 1, 2014
1 parent fd1eb71 commit 0051c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittip/models/__init__.py
Expand Up @@ -136,7 +136,7 @@ def _check_orphans_no_tips(self):
WHERE tipper IN (SELECT * FROM orphans)
OR tippee IN (SELECT * FROM orphans)
""")
known = set([25206]) # '4c074000c7bc', 'naderman', '3.00'
known = set([25206, 46266]) # '4c074000c7bc', 'naderman', '3.00'
real = set(tips_with_orphans) - known
assert len(real) == 0, real

Expand Down

0 comments on commit 0051c9b

Please sign in to comment.