Skip to content

Commit 66a6eed

Browse files
committed
Remove redundant test
1 parent f4c4b3d commit 66a6eed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_fstring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,6 @@ def check_format_spec(result, expected):
879879
self.assertEqual(x.format_spec, expected)
880880
self.assertEqual(result, "")
881881

882-
check_format_spec(f'{x:{y}}', "Y")
883882
check_format_spec(f'{x:{{y}}}', "{'Y'}")
884883
check_format_spec(f'{x:{y}{{z}}}', "Y{'Z'}")
885884
check_format_spec(f'{x:{y!s}{{z}}}', "Y{'Z'}")

0 commit comments

Comments
 (0)