fix slashing db interchange test compile warnings (#2311)
This commit is contained in:
parent
0419a4122e
commit
bdd2ec03e3
|
@ -73,9 +73,9 @@ chronicles.formatIt CandidateBlock: it.toHexLogs
|
||||||
chronicles.formatIt CandidateVote: it.toHexLogs
|
chronicles.formatIt CandidateVote: it.toHexLogs
|
||||||
|
|
||||||
proc sqlite3db_delete(basepath, dbname: string) =
|
proc sqlite3db_delete(basepath, dbname: string) =
|
||||||
removeFile(basepath/ dbname&".sqlite3-shm")
|
removeFile(basepath / dbname&".sqlite3-shm")
|
||||||
removeFile(basepath/ dbname&".sqlite3-wal")
|
removeFile(basepath / dbname&".sqlite3-wal")
|
||||||
removeFile(basepath/ dbname&".sqlite3")
|
removeFile(basepath / dbname&".sqlite3")
|
||||||
|
|
||||||
const InterchangeTestsDir = FixturesDir / "tests-slashing-v5.0.0" / "generated"
|
const InterchangeTestsDir = FixturesDir / "tests-slashing-v5.0.0" / "generated"
|
||||||
const TestDir = ""
|
const TestDir = ""
|
||||||
|
|
Loading…
Reference in New Issue