Skip to content

Commit

Permalink
cleanup for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
edkim committed Aug 13, 2024
1 parent 4b38df6 commit c90f6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ethereum/flashMintHyETHV2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const NO_OP_SWAP_DATA: SwapData = {
};

if (process.env.INTEGRATIONTEST) {
describe.only("FlashMintHyETHV2 - Integration Test", async () => {
describe("FlashMintHyETHV2 - Integration Test", async () => {
const addresses = PRODUCTION_ADDRESSES;
let owner: Account;
let deployer: DeployHelper;
Expand Down

0 comments on commit c90f6ea

Please sign in to comment.