-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equal_to behaves badly with bytes #52
Comments
Damn, that's ugly. I'll see what I can do to resolve that. Thanks. — On Wed, Apr 8, 2015 at 12:00 PM, oconnor663 [email protected]
|
Fixed & released as 1.8.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
assert_that(b'foo', equal_to(b'bar'))
should fail cleanly, but instead it hits a TypeError inside hamcrest.The text was updated successfully, but these errors were encountered: