Skip to content

Commit 8d5ca01

Browse files
Fix test
1 parent 62ffb39 commit 8d5ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5064,7 +5064,7 @@ def test_missing_stdlib_module(self):
50645064
code = """
50655065
import sys
50665066
import traceback
5067-
traceback.MISSING_STDLIB_MODULE_MESSAGES = {'spam': 'Install 'spam4life' for 'spam''}
5067+
traceback.MISSING_STDLIB_MODULE_MESSAGES = {'spam': "Install 'spam4life' for 'spam'"}
50685068
sys.stdlib_module_names |= {'spam'}
50695069
import spam
50705070
"""

0 commit comments

Comments
 (0)