Skip to content

Commit 6ed4b61

Browse files
committed
TypedDict is still classic dict
1 parent fcb294e commit 6ed4b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_repr_utils_special.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MyDict(typing.TypedDict):
7474

7575
val = MyDict(key='value')
7676
self.assertEqual(
77-
"MyDict({\n"
77+
"dict({\n"
7878
" 'key': u'''value''',\n"
7979
"})",
8080
logwrap.pretty_repr(val)

0 commit comments

Comments
 (0)