Skip to content

Commit 1b5e468

Browse files
committed
Update coverage
1 parent b3044a9 commit 1b5e468

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"branches": 95.22,
3-
"functions": 98.49,
4-
"lines": 98.88,
5-
"statements": 98.71
2+
"branches": 94.84,
3+
"functions": 98.01,
4+
"lines": 98.71,
5+
"statements": 98.5
66
}

packages/snaps-controllers/src/test-utils/multichain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SnapCaveatType } from '@metamask/snaps-utils';
44
import { MOCK_SNAP_ID } from '@metamask/snaps-utils/test-utils';
55
import type { CaipAccountId, CaipChainId, Json } from '@metamask/utils';
66

7-
import type { WithSnapKeyringFunction } from '@metamask/snaps-controllers';
7+
import type { WithSnapKeyringFunction } from '../multichain';
88

99
export const BTC_CAIP2 =
1010
'bip122:000000000019d6689c085ae165831e93' as CaipChainId;

0 commit comments

Comments
 (0)