We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405726b commit 80038e2Copy full SHA for 80038e2
test/test_bucket.py
@@ -51,7 +51,7 @@ def test_year_single_year_last_folder(self):
51
year."""
52
self._setup_config(bucket_year=['1950', '1970'])
53
self.assertEqual(self.plugin._tmpl_bucket('2014'), '1970')
54
- self.assertEqual(self.plugin._tmpl_bucket('2015'), '2015')
+ self.assertEqual(self.plugin._tmpl_bucket('2025'), '2025')
55
56
def test_year_two_years(self):
57
"""Buckets can be named with the 'from-to' syntax."""
0 commit comments