summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dca1772..4c3a1fa 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -539,7 +539,7 @@ class TestLPSTBA(object):
self.MD_FILE = path.join('files', 'lp-sch-tba.md')
self.MD_FILE_CONTENT = read_file(self.MD_FILE)
- self.SCH_TEMPLATE = path.join('..', 'libreplanet-templates/2016',
+ self.SCH_TEMPLATE = path.join('..', 'libreplanet-templates/2018',
'lp-schedule.jinja2')
self.markdown = LPSMarkdown()