Skip to content

Commit

Permalink
fix: change wallet name to fix sql error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 4, 2024
1 parent c65dfcc commit 050d008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ async function depositAndRepeatSend(clientConfig, wallet_1_name) {
(async () => {
const clientConfig = client_config.load();

let wallet_1_name = "w1";
let wallet_2_name = "w2";
let wallet_1_name = "w4";
let wallet_2_name = "w5";

await removeDatabase();
await createWallet(clientConfig, wallet_1_name);
Expand Down

0 comments on commit 050d008

Please sign in to comment.