Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 8, 2024
1 parent ba10346 commit 888d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-utils/src/snaps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type {
SubjectPermissions,
PermissionConstraint,
} from '@metamask/permission-controller';
import { MOCK_SNAP_ID } from '@metamask/snaps-utils/test-utils';
import { is } from '@metamask/superstruct';

import { SnapCaveatType } from './caveats';
Expand All @@ -17,6 +16,7 @@ import {
stripSnapPrefix,
isSnapId,
} from './snaps';
import { MOCK_SNAP_ID } from './test-utils';
import { uri, WALLET_SNAP_PERMISSION_KEY } from './types';

describe('isSnapId', () => {
Expand Down

0 comments on commit 888d91b

Please sign in to comment.