Skip to content

Commit efc493b

Browse files
committed
Update test
1 parent 364bfb2 commit efc493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/packages/ethereum-provider/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('onRpcRequest', () => {
4242
});
4343

4444
describe('getVersion', () => {
45-
const MOCK_VERSION = '1'; // Ethereum Mainnet
45+
const MOCK_VERSION = '0x01'; // Ethereum Mainnet
4646

4747
it('returns the current network version', async () => {
4848
const { request } = await installSnap();

0 commit comments

Comments
 (0)