Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Correct nested
expr
equivalence
Spotted while investigating #3616 (comment) When I originally wrote this test, I didn't realise I was comparing: ```py GetAttrExpression(Parameter.name, "expr") == GetAttrExpression(Parameter.name, "expr") ``` The intention was to compare the contents were the same. Due to `OperatorMixin.__eq__`, the previous assertion would always return `True`.
- Loading branch information