You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
What is the current behavior?
assertions that used to pass no longer pass, with no changes to the code base
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
a github repo, https://repl.it or similar (you can use this template as a starting point: https://repl.it/@jkimbo/Graphene-Django-Example).
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
assertions that used to pass no longer pass, with no changes to the code base
a github repo, https://repl.it or similar (you can use this template as a starting point: https://repl.it/@jkimbo/Graphene-Django-Example).
test case code:
https://repl.it/@baldwinchang/LightgrayRaggedBlock
Assertions do not fail
assert statements no longer equate
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
Downgrading the version to 2.14.0 fixes the issue.
Looks like #1084 is the culprit
The text was updated successfully, but these errors were encountered: