Skip to content

Commit 80038e2

Browse files
committed
test_bucket: update test_year_single_year
2015 was used as an example of date outside of [1970-current year] intervall which is not true anymore
1 parent 405726b commit 80038e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_year_single_year_last_folder(self):
5151
year."""
5252
self._setup_config(bucket_year=['1950', '1970'])
5353
self.assertEqual(self.plugin._tmpl_bucket('2014'), '1970')
54-
self.assertEqual(self.plugin._tmpl_bucket('2015'), '2015')
54+
self.assertEqual(self.plugin._tmpl_bucket('2025'), '2025')
5555

5656
def test_year_two_years(self):
5757
"""Buckets can be named with the 'from-to' syntax."""

0 commit comments

Comments
 (0)