fix slashing db interchange test compile warnings (#2311)

This commit is contained in:
tersec 2021-02-11 12:54:54 +00:00 committed by GitHub
parent 0419a4122e
commit bdd2ec03e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ chronicles.formatIt CandidateBlock: it.toHexLogs
chronicles.formatIt CandidateVote: it.toHexLogs
proc sqlite3db_delete(basepath, dbname: string) =
removeFile(basepath/ dbname&".sqlite3-shm")
removeFile(basepath/ dbname&".sqlite3-wal")
removeFile(basepath/ dbname&".sqlite3")
removeFile(basepath / dbname&".sqlite3-shm")
removeFile(basepath / dbname&".sqlite3-wal")
removeFile(basepath / dbname&".sqlite3")
const InterchangeTestsDir = FixturesDir / "tests-slashing-v5.0.0" / "generated"
const TestDir = ""