Skip to content

Commit e4d555e

Browse files
vuldercjdb
authored andcommitted
Update test, matching the changes of the skeleton.
1 parent e0cffea commit e4d555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tests/topic_updater_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_actual_skeleton_parse(self):
8585
self.assertEqual(headings[1], "## Overview")
8686

8787
self.assertEqual(headings[-2], "### Points to cover")
88-
self.assertEqual(headings[-1], "## Further studies")
88+
self.assertEqual(headings[-1], "## Advanced")
8989

9090
def test_heading_lookup(self):
9191
"""

0 commit comments

Comments
 (0)