Skip to content

Commit 3838ff1

Browse files
committed
Typo in test assert format string
1 parent 8f29f8e commit 3838ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_multiple_interpreters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test():
236236
)
237237
# The first ones are static types shared between interpreters.
238238
assert objects[:-2] == expected[:-2], (
239-
f"Expected static objects {{expected!r[:-2]}}, got {{objects[:-2]!r}}."
239+
f"Expected static objects {{expected[:-2]!r}}, got {{objects[:-2]!r}}."
240240
)
241241
# The last two are heap types created per-interpreter.
242242
# The expected objects are dynamically imported from `collections`.

0 commit comments

Comments
 (0)