Skip to content

Commit 78809a5

Browse files
committed
Fix test that unexpectedly succeed!
1 parent aa275ba commit 78809a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_fstring.py

-2
Original file line numberDiff line numberDiff line change
@@ -1631,8 +1631,6 @@ def test_empty_format_specifier(self):
16311631
self.assertEqual(f"{x!s:}", "test")
16321632
self.assertEqual(f"{x!r:}", "'test'")
16331633

1634-
# TODO: RUSTPYTHON d[0] error
1635-
@unittest.expectedFailure
16361634
def test_str_format_differences(self):
16371635
d = {
16381636
"a": "string",

0 commit comments

Comments
 (0)