Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razvantomegea committed Jul 4, 2024
1 parent 265d10f commit 21f7314
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 83 deletions.
2 changes: 1 addition & 1 deletion src/__mocks__/data/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const WALLET_SOURCE_ORIGIN = 'https://localhost:3002';
export const MAIN_REFERRER = 'https://localhost:3001/';
export const DEFAULT_PAGE_LOAD_DELAY_MS = 1000;
export const DEFAULT_DELAY_MS = 100;
export const DEFAULT_PASSWORD = 'P@ssw0rd123';
export const DEFAULT_PASSWORD = 'Zxcv789)';
2 changes: 1 addition & 1 deletion src/__mocks__/data/testKeystoreWallet/account.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":4,"id":"a1bb46ff-102e-4a00-8122-3ff9908b85f8","address":"75cb87c24351a67b892f57dcec0eb2b2a07aafab2f1aab741a10fc61059f2fe8","bech32":"erd1wh9c0sjr2xn8hzf02lwwcr4jk2s84tat9ud2kaq6zr7xzpvl9l5q8awmex","crypto":{"ciphertext":"18d9bd1bb62add7c7077a721a61412ddb27fefabff1129866a28d4f0079100ed89b23ba6bf652355000ff2578e667f5c13416776857ca938d7e7b005248a9965","cipherparams":{"iv":"595827fb024b75120f758d05a54bf1d4"},"cipher":"aes-128-ctr","kdf":"scrypt","kdfparams":{"dklen":32,"salt":"f7c840869099fb8f2f0a3c3f6dcf3982ef8996edc8aeb696961f3d93bf78c9c3","n":4096,"r":8,"p":1},"mac":"c0bb428eb44092a812b5f32e5821beabb7a92d6c0c9f84109920955b1ddd56d0"}}
{"version":4,"id":"b099dee4-dae9-45c0-8763-3e338fc3c4f6","kind":"mnemonic","crypto":{"ciphertext":"a766ef765c5b69becba2cbbb42f93098a935ad2e828dce8b4b15c9d4b030bfbaca79c93fe5645aba7dd8a8614798a10acef059ffb01a2af3d356bf8421fa324efea8b6738bd1b38562ca7ffe46d3e77155a10f6f9ebe9f91336790aea93c32dc0bab110446c20995a5e07bddaf13e44b8d27cfbd18038f11b94040fe3a92aa4545aba6a61b79bb6fc925c058a1414f","cipherparams":{"iv":"a822947894c67743944bbd94ca6ecc96"},"cipher":"aes-128-ctr","kdf":"scrypt","kdfparams":{"dklen":32,"salt":"76bbd4f7148471e0247a598bb297148e84fad4cc157fa79423db1146fb9e9f66","n":4096,"r":8,"p":1},"mac":"8874b66efaf6b04964779db2e4eba4fef9aef3afa0fdad71ac094f2c67b95b82"}}
2 changes: 1 addition & 1 deletion src/__mocks__/data/testKeystoreWallet/keystoreAccount.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const keystoreAccount = {
address: 'erd1wh9c0sjr2xn8hzf02lwwcr4jk2s84tat9ud2kaq6zr7xzpvl9l5q8awmex',
address: 'erd1q4teee5c32dw6dk2wg5hgcr356u0vqlewqjlzhk3d3chtzm2mnvsdmhppa',
balance: '31455422924671253900800',
developerReward: '0',
nonce: 2529,
Expand Down
Loading

0 comments on commit 21f7314

Please sign in to comment.