Skip to content

Commit 9509dc6

Browse files
committed
remove obsolete comment
1 parent 79a2449 commit 9509dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyring-controller/src/KeyringController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,7 @@ describe('KeyringController', () => {
32683268
await expect(
32693269
controller.submitEncryptionKey(
32703270
MOCK_ENCRYPTION_KEY,
3271-
initialState.encryptionSalt as string, // TODO Why need the salt here??
3271+
initialState.encryptionSalt as string,
32723272
),
32733273
).rejects.toThrow(KeyringControllerError.VaultDataError);
32743274
},

0 commit comments

Comments
 (0)