Skip to content

Commit d87094d

Browse files
committed
Fix pythoneval test
1 parent ce6a642 commit d87094d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-data/unit/pythoneval.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,8 @@ _testTypedDictGet.py:8: note: Revealed type is "builtins.object"
10501050
_testTypedDictGet.py:9: error: All overload variants of "get" of "Mapping" require at least one argument
10511051
_testTypedDictGet.py:9: note: Possible overload variants:
10521052
_testTypedDictGet.py:9: note: def get(self, str, /) -> object
1053-
_testTypedDictGet.py:9: note: def [_T] get(self, str, /, default: object) -> object
1053+
_testTypedDictGet.py:9: note: def get(self, str, /, default: object) -> object
1054+
_testTypedDictGet.py:9: note: def [_T] get(self, str, /, default: _T) -> object
10541055
_testTypedDictGet.py:11: note: Revealed type is "builtins.object"
10551056

10561057
[case testTypedDictMappingMethods]

0 commit comments

Comments
 (0)