Skip to content

Commit d9e6afd

Browse files
committed
chore: remove unneeded istanbul ignore
1 parent fe04162 commit d9e6afd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/multichain-account-service/src/MultichainAccountWallet.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,6 @@ export class MultichainAccountWallet<
491491
const discoveredAccounts: Record<string, number> = {};
492492

493493
for (const [p, ctx] of providerContexts) {
494-
/* istanbul ignore next
495-
* In production, Snap providers exist and hit the `isSnapAccountProvider`
496-
* branch. Unit tests here mock generic providers only, so that path is
497-
* not exercised.
498-
*/
499494
const groupKey = p.getName();
500495
discoveredAccounts[groupKey] = ctx.count;
501496
}

0 commit comments

Comments
 (0)