From 64d171de1345bc389a406cce8d980967b4202b98 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 10 Jul 2012 00:27:33 +0200 Subject: Changed bad test case name --- tests/fountain_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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([ '====', '', -- cgit