Skip to content

Commit

Permalink
Change expectation for Sybil 5.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 20, 2023
1 parent 7991039 commit 57ccab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comparing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ should be used:
>>> compare(TypeA(1), TypeB(1), strict=True)
Traceback (most recent call last):
...
AssertionError: A(x=1) (<class '__main__.A'>) != B(x=1) (<class '__main__.B'>)
AssertionError: A(x=1) (<class '__test__.A'>) != B(x=1) (<class '__test__.B'>)

.. _comparison-objects:

Expand Down

0 comments on commit 57ccab2

Please sign in to comment.