Skip to content

Commit 3780e9d

Browse files
Update test
1 parent c034e14 commit 3780e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/idle_test/test_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_1window(self):
2929

3030
def test_4text(self):
3131
text = self.window.frame.text
32-
self.assertEqual(text.get('1.0', '1.end'), ' IDLE ')
32+
self.assertEqual(text.get('1.0', '1.end'), ' IDLE — Python editor and shell ')
3333

3434

3535
if __name__ == '__main__':

0 commit comments

Comments
 (0)