We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f37c60 commit b0493d1Copy full SHA for b0493d1
pytest/test_build_const_key_map.py
@@ -13,7 +13,7 @@
13
"{0: 1, 2: 3}", # BUILD_CONST_KEY_MAP
14
"{'a':'b','c':'d'}", # BUILD_CONST_KEY_MAP
15
16
- "{'a': 1, 'b': 2}", # BUILD_ONST_KEY_MAP
+ "{'a': 1, 'b': 2}", # BUILD_CONST_KEY_MAP
17
18
"{0.0:'b',0.1:'d'}", # BUILD_CONST_KEY_MAP
19
))
0 commit comments