Skip to content

Commit

Permalink
fix(cli): improve trace test (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin authored Apr 12, 2024
1 parent b29b86a commit 7dc408f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/test/e2e/scripts/non-interactive/trace-output.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
traceResult=$($CANNON trace synthetix-omnibus@andromeda --chain-id 8453 0xb4fd9973944ea7de9815bfb950b4fc1640f3f4ea3505e6aa8a10de0581e4495e)
traceResult=$($CANNON trace synthetix-omnibus:3.3.5-2@andromeda --chain-id 8453 0xb4fd9973944ea7de9815bfb950b4fc1640f3f4ea3505e6aa8a10de0581e4495e)

[[ "$traceResult" =~ "CoreProxy.configureCollateral" ]]
[[ "$traceResult" =~ "CollateralConfigurationModule.configureCollateral" ]]
[[ "$traceResult" =~ "Transaction completes successfully" ]]

0 comments on commit 7dc408f

Please sign in to comment.