Skip to content

Commit

Permalink
Update tests/unittest_brain_dataclasses.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
DanielNoord and jacobtylerwalls committed Oct 3, 2022
1 parent 5cea36f commit c3f0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_brain_dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def test_dataclass_non_default_argument_after_default() -> None:
This should succeed, but the dataclass brain is a transform
which currently can't return an Uninferable correctly. Therefore, we can't
set the dataclass ClassDef node to be Uninferable currently.
Eventually it can merged into test_dataclass_with_multiple_inheritance.
Eventually it can be merged into test_dataclass_with_multiple_inheritance.
"""

impossible = astroid.extract_node(
Expand Down

0 comments on commit c3f0b7b

Please sign in to comment.