Skip to content

Commit 888d91b

Browse files
committed
Fix import
1 parent ba10346 commit 888d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type {
22
SubjectPermissions,
33
PermissionConstraint,
44
} from '@metamask/permission-controller';
5-
import { MOCK_SNAP_ID } from '@metamask/snaps-utils/test-utils';
65
import { is } from '@metamask/superstruct';
76

87
import { SnapCaveatType } from './caveats';
@@ -17,6 +16,7 @@ import {
1716
stripSnapPrefix,
1817
isSnapId,
1918
} from './snaps';
19+
import { MOCK_SNAP_ID } from './test-utils';
2020
import { uri, WALLET_SNAP_PERMISSION_KEY } from './types';
2121

2222
describe('isSnapId', () => {

0 commit comments

Comments
 (0)