summaryrefslogtreecommitdiffstats
path: root/tests/test_lps_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_lps_gen.py')
-rw-r--r--tests/test_lps_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index bc8aec2..f9510dc 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -179,7 +179,7 @@ class TestLPS(object):
@raises(SystemExit)
def test_RenderHTML_nonexistent_template(self):
- """Testing `RenderHTML` function - with non-existent template
+ """Testing `RenderHTML` function - LP schedule - ith non-existent template
"""
with mock.patch('sys.stdout', new_callable=StringIO) as out:
nonexistent_template = 'lpsch-template.null'