Skip to content

Commit

Permalink
test: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 25, 2024
1 parent f27cc71 commit 5228b80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/cli-tests/tests/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ describe("User can call write method from deployed contract on network", () => {
--contract ${contracts.sepoliaTestnet} --method "setGreeting(string _greeting) "\
--args "New Test ARG" --private-key ${wallet.testnetPK} ${optionalRedirection}`; // potential issue. on windows without the redirection we catching a wrong stdout.
const result = executeCommand(command);
console.log("Full output: ----> " + result.output);
expect(result.output).toMatch(/(Transaction submitted.)/i);
expect(result.output).toMatch(/(Transaction processed successfully.)/i);
expect(result.output).not.toMatch(/([Ee]rror|[Ww]arning|[Ff]ail)/i);
Expand Down

0 comments on commit 5228b80

Please sign in to comment.