Skip to content

Commit efc6a0f

Browse files
committed
Fix tests
1 parent 5ace7b9 commit efc6a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/pythoneval.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ reveal_type(E.X.name)
17101710
reveal_type(e.foo)
17111711
reveal_type(E.Y.foo)
17121712
[out]
1713-
_testEnumNameWorkCorrectlyOn311.py:11: note: Revealed type is "builtins.str"
1713+
_testEnumNameWorkCorrectlyOn311.py:11: note: Revealed type is "Union[Literal['X'], Literal['Y']]"
17141714
_testEnumNameWorkCorrectlyOn311.py:12: note: Revealed type is "Union[Literal[1]?, Literal[2]?]"
17151715
_testEnumNameWorkCorrectlyOn311.py:13: note: Revealed type is "Literal['X']?"
17161716
_testEnumNameWorkCorrectlyOn311.py:14: note: Revealed type is "builtins.int"

0 commit comments

Comments
 (0)