We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e069665 commit 8cc422cCopy full SHA for 8cc422c
1 file changed
packages/keyring-api/src/v2/api/export-account/private-key.test.ts
@@ -1,10 +1,11 @@
1
+import { SENSITIVE_REDACTED } from '@metamask/keyring-utils';
2
import type { StructError } from '@metamask/superstruct';
3
import { assert } from '@metamask/superstruct';
-import { SENSITIVE_REDACTED } from '@metamask/keyring-utils';
4
5
import { PrivateKeyExportedAccountStruct } from './private-key';
6
7
-const RAW_PRIVATE_KEY = '0xdeadbeef1234567890abcdef1234567890abcdef1234567890abcdef12345678';
+const RAW_PRIVATE_KEY =
8
+ '0xdeadbeef1234567890abcdef1234567890abcdef1234567890abcdef12345678';
9
10
describe('PrivateKeyExportedAccountStruct', () => {
11
it('accepts a valid exported account', () => {
0 commit comments