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 a84ca78..8a23aff 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -168,7 +168,7 @@ class TestLpsGen(object):
@raises(SystemExit)
- def test_RenderHTML_invalid_year(self):
+ def test_RenderHTML_nonexistent_template(self):
"""Testing `RenderHTML` function - with non-existent template
"""
with mock.patch('sys.stdout', new_callable=StringIO) as out: