Skip to content

Commit 6b4a1b4

Browse files
committed
chore(aw): fix the tests
Ticket: WP-5298
1 parent ad64f1e commit 6b4a1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/api/master/generateWallet.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ describe('POST /api/:coin/wallet/generate', () => {
754754
to: 1,
755755
payload: {
756756
encryptedMessage: 'test-p2p-message-user-to-backup-3',
757-
signature: 'test-signature-backup-to-user-3',
757+
signature: 'test-signature-user-to-backup-3',
758758
},
759759
commitment: 'test-commitment-user-3',
760760
},
@@ -875,7 +875,7 @@ describe('POST /api/:coin/wallet/generate', () => {
875875
to: 0,
876876
payload: {
877877
encryptedMessage: 'test-p2p-message-backup-to-user-3',
878-
signature: 'test-signature-user-to-backup-3',
878+
signature: 'test-signature-backup-to-user-3',
879879
},
880880
commitment: 'test-commitment-backup-3',
881881
},

0 commit comments

Comments
 (0)