wallet-name changed

This commit is contained in:
Tommy
2021-10-26 16:09:50 +03:00
parent 7338640f36
commit 8764ddbb6c
+1 -1
View File
@@ -2,7 +2,7 @@ const os = require("os");
const path = require("path");
const { spawn, spawnSync } = require("child_process");
//insert path to binary
const nym_path = "../target/release/nym_wallet";
const nym_path = "../target/release/nym-wallet";
exports.config = {
//run sequentially, as using one default user may cause issues for parallel test runs for now