Skip to content

Commit

Permalink
chore: fix: warp deplo e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno097 committed Jan 14, 2025
1 parent 1d0b638 commit 019d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/cli/src/tests/warp/warp-deploy.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ describe('hyperlane warp deploy e2e tests', async function () {
},
};

writeYamlOrJson(CORE_CONFIG_PATH, warpConfig);
writeYamlOrJson(WARP_DEPLOY_OUTPUT_PATH, warpConfig);
await hyperlaneWarpDeploy(WARP_DEPLOY_OUTPUT_PATH);

// Try to send a transaction with the origin destination
Expand Down

0 comments on commit 019d8d2

Please sign in to comment.