diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fountain_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fountain_test.py b/tests/fountain_test.py index 0ca3c72..f688fa5 100644 --- a/tests/fountain_test.py +++ b/tests/fountain_test.py @@ -483,7 +483,7 @@ class TitlePageTests(unittest2.TestCase): class PageBreakTests(unittest2.TestCase): - def test_page_break_sets_page_break_flag_on_next_paragraph(self): + def test_page_break_is_parsed(self): paras = list(parse([ '====', '', |