Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 6, 2024
1 parent 0c515ac commit b7a84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/src/ism/EvmIsmModule.hardhat-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const randomIsmConfig = (depth = 0, maxDepth = 2) => {
}
};

describe.only('EvmIsmModule', async () => {
describe('EvmIsmModule', async () => {
let multiProvider: MultiProvider;
let exampleRoutingConfig: RoutingIsmConfig;
let mailboxAddress: Address;
Expand Down

0 comments on commit b7a84cd

Please sign in to comment.