mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
test_cache: fix comment listing uncached files
This file was added in d333ed1; the number '3' in code was incremented
to '4' but the comment wasn't updated.
This commit is contained in:
parent
904f57d9c3
commit
129b144852
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ class TestCache(unittest.TestCase):
|
|||
generator.readers.read_file = MagicMock()
|
||||
generator.generate_context()
|
||||
"""
|
||||
3 Files don't get cached because they were not valid
|
||||
4 files don't get cached because they were not valid
|
||||
- article_with_attributes_containing_double_quotes.html
|
||||
- article_with_comments.html
|
||||
- article_with_null_attributes.html
|
||||
- 2012-11-30_md_w_filename_meta#foo-bar.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue