We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f29f8e commit 3838ff1Copy full SHA for 3838ff1
tests/test_multiple_interpreters.py
@@ -236,7 +236,7 @@ def test():
236
)
237
# The first ones are static types shared between interpreters.
238
assert objects[:-2] == expected[:-2], (
239
- f"Expected static objects {{expected!r[:-2]}}, got {{objects[:-2]!r}}."
+ f"Expected static objects {{expected[:-2]!r}}, got {{objects[:-2]!r}}."
240
241
# The last two are heap types created per-interpreter.
242
# The expected objects are dynamically imported from `collections`.
0 commit comments