Skip to content

Commit c9c5559

Browse files
committed
tests: fix typo
1 parent 5b53945 commit c9c5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ def test_failed_merge_after_delete(self):
17321732

17331733
self.assertFalse(
17341734
os.path.isdir(db_path),
1735-
'Directory {0} should not exists'.format(
1735+
'Directory {0} should not exist'.format(
17361736
db_path, full_id))
17371737

17381738
self.del_test_dir(module_name, fname)

0 commit comments

Comments
 (0)