Rename index and options meta files

This commit is contained in:
Veronica Berglyd Olsen
2023-06-10 00:44:52 +02:00
parent a87cc64766
commit 00350140d3
3 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -286,11 +286,11 @@ def testCoreStorage_PrepareStorage(monkeypatch, fncPath):
with monkeypatch.context() as mp:
mp.setattr("pathlib.Path.unlink", causeOSError)
storage._deleteDeprecatedFiles(fncPath)
storage._deprecatedFiles(fncPath)
for depFile in remove:
assert depFile.exists()
storage._deleteDeprecatedFiles(fncPath)
storage._deprecatedFiles(fncPath)
for depFile in remove:
assert not depFile.exists()