Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 18, 2015
1 parent f1d6752 commit 2d5474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hypothesis/internal/hashitanyway.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __eq__(self, other):
return (
isinstance(other, HashItAnyway) and
self.h == other.h and
actually_equal(self, other)
actually_equal(self.wrapped, other.wrapped)
)

def __ne__(self, other):
Expand Down

0 comments on commit 2d5474e

Please sign in to comment.