refactor: all tests should write to `test/build/` relative to the root of the repo
This commit is contained in:
parent
24b8da461e
commit
99a56e8aff
|
@ -12,7 +12,7 @@ from ../../status/tx_history import nil
|
|||
|
||||
# Initialize db
|
||||
let passwd = "qwerty"
|
||||
let path = currentSourcePath.parentDir() & "/build/myDatabase"
|
||||
let path = currentSourcePath.parentDir() & "/build/my.db"
|
||||
let db = initializeDB(path, passwd)
|
||||
|
||||
#f315575765b14720b32382a61a89341a # real infura project id
|
||||
|
|
Loading…
Reference in New Issue