Skip to content

Commit d489cc7

Browse files
committed
tests: rename external.ExternalTest.test_restore_external_dir_is_empty to external.ExternalTest.test_restore_external_dir_is_missing
1 parent 982cf6a commit d489cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/external.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,10 +1473,10 @@ def test_restore_external_dir_not_empty(self):
14731473
# Clean after yourself
14741474
self.del_test_dir(module_name, fname)
14751475

1476-
def test_restore_external_dir_is_empty(self):
1476+
def test_restore_external_dir_is_missing(self):
14771477
"""
14781478
take FULL backup with not empty external directory
1479-
drop external directory content
1479+
drop external directory
14801480
take DELTA backup
14811481
restore page backup, check that restored
14821482
external directory is empty

0 commit comments

Comments
 (0)