From 129b144852979521126937f7e7e999295ea5cfc7 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 16 Aug 2016 07:12:04 +0100 Subject: [PATCH] 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. --- pelican/tests/test_cache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/tests/test_cache.py b/pelican/tests/test_cache.py index 3da3f789..2e6786b3 100644 --- a/pelican/tests/test_cache.py +++ b/pelican/tests/test_cache.py @@ -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