mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
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
|
||||
|
||||
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 = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user