Skip to content

Commit e8fa995

Browse files
committed
fixup
1 parent 7516e43 commit e8fa995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rotate_backups/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def test_minutely_rotation(self):
388388
assert os.path.exists(os.path.join(root, 'backup-2016-01-10_21-45-00'))
389389

390390
def test_weekly_rotation(self):
391-
"""Test strict rotation."""
391+
"""Test weekly rotation."""
392392
with TemporaryDirectory(prefix='rotate-backups-', suffix='-test-suite') as root:
393393
os.mkdir(os.path.join(root, 'galera_backup_db4.sl.example.lab_2020-12-26_10-00'))
394394
os.mkdir(os.path.join(root, 'galera_backup_db4.sl.example.lab_2021-01-02_10-00'))

0 commit comments

Comments
 (0)