Skip to content

Commit

Permalink
Adding updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Sep 13, 2024
1 parent 7fe4086 commit d4ef9ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ethereum/tests/EthereumProvider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ test('Ethereum Provider → Mobile Adapter → eth_sign → signPersonalMessage
params: {
data: `0x${Buffer.from('hello world').toString('hex')}`,
address: '0x0',
isEthSign: true,
},
}),
);
Expand Down Expand Up @@ -185,6 +186,7 @@ test('Ethereum Provider → Mobile Adapter → eth_sign → signMessage payload
params: {
data: `0x${payload}`,
address: '0x0',
isEthSign: true,
},
}),
);
Expand Down

0 comments on commit d4ef9ec

Please sign in to comment.