From 8764ddbb6cbe1be9b2f368a72f5ffa054a1394cc Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Oct 2021 16:09:50 +0300 Subject: [PATCH] wallet-name changed --- tauri-wallet/webdriver/wdio.conf.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-wallet/webdriver/wdio.conf.cjs b/tauri-wallet/webdriver/wdio.conf.cjs index f517547365..d0b40b0fd4 100644 --- a/tauri-wallet/webdriver/wdio.conf.cjs +++ b/tauri-wallet/webdriver/wdio.conf.cjs @@ -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