refactor: all tests should write to `test/build/` relative to the root of the repo

This commit is contained in:
Michael Bradley, Jr 2021-07-29 16:05:50 -05:00 committed by Michael Bradley
parent 24b8da461e
commit 99a56e8aff
1 changed files with 1 additions and 1 deletions

View File

@ -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