fixup, rename test

This commit is contained in:
Kernc 2020-08-19 20:21:45 +02:00
commit caea4764a6
No known key found for this signature in database
GPG key ID: E0955D0CB6D501E3

View file

@ -110,7 +110,7 @@ class TestPage(TestBase):
page = Page(**page_kwargs)
self.assertEqual(page.summary, '')
def test_summary_end_marker(self):
def test_summary_end_suffix(self):
# If a :SUMMARY_END_SUFFIX: is set, and there is no other summary,
# generated summary should contain the specified marker at the end.
page_kwargs = self._copy_page_kwargs()