Skip to content

Commit 0183b58

Browse files
committed
fix: revert unwanted change
1 parent da3265e commit 0183b58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/profile-sync-controller/src/sdk/user-storage.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { UserStorageGenericFeatureKey } from 'src/shared/storage-schema';
2+
13
import { arrangeAuthAPIs } from './__fixtures__/auth';
24
import { arrangeAuth, typedMockFn } from './__fixtures__/test-utils';
35
import {
@@ -21,7 +23,6 @@ import encryption, { createSHA256Hash } from '../shared/encryption';
2123
import { SHARED_SALT } from '../shared/encryption/constants';
2224
import { Env } from '../shared/env';
2325
import { USER_STORAGE_FEATURE_NAMES } from '../shared/storage-schema';
24-
import type { UserStorageGenericFeatureKey } from 'src/shared/storage-schema';
2526

2627
const MOCK_SRP = '0x6265617665726275696c642e6f7267';
2728
const MOCK_ADDRESS = '0x68757d15a4d8d1421c17003512AFce15D3f3FaDa';

0 commit comments

Comments
 (0)