uncommenting and fixing more tests

This commit is contained in:
Lorenzo Tucci 2022-12-04 22:12:33 +01:00
parent f5b62f967c
commit 500684a43e
No known key found for this signature in database
GPG key ID: D98C4FA2CDF590A0
2 changed files with 322 additions and 334 deletions

View file

@ -737,8 +737,8 @@ pub mod api_test {
pub fn default(
is_testnet: bool,
data_dir: Option<PathBuf>,
json: bool,
debug: bool,
json: bool,
) -> Self {
let data_dir = data::data_dir_from(data_dir, is_testnet).unwrap();