Skip to content

Commit 9f8c99f

Browse files
committed
Print eggs
1 parent 9fda1d1 commit 9f8c99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_source_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def test_coding_spec_decode_error(self):
551551

552552
def test_coding_spec_non_text_encoding(self):
553553
src = (b'# coding: hex_codec\n'
554-
b'print("Test")\n')
554+
b'print("eggs")\n')
555555
self.check_script_error(src, br"'hex_codec' is not a text encoding")
556556

557557

0 commit comments

Comments
 (0)