We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An example of a failed test
Code to reproduce:
from hypothesis_jsonschema._canonicalise import merged s1 = {'format': 'color', 'type': 'string'} s2 = {'format': 'date-fullyear', 'type': 'string'} assert merged([s1, s2]) == merged([s2, s1])
The text was updated successfully, but these errors were encountered:
Fixed in version 0.17.4, by e6721e6.
Sorry, something went wrong.
No branches or pull requests
An example of a failed test
Code to reproduce:
The text was updated successfully, but these errors were encountered: