Skip to content

Commit

Permalink
chore: remove duplicated test
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow committed Feb 27, 2025
1 parent 2d908e9 commit c1da700
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/server/tests/acceptance/rpc_batch2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,6 @@ describe('@api-batch-2 RPC Server Acceptance Tests', function () {
expect(res).to.be.equal(false);
});

it('should execute "web3_clientVersion"', async function () {
const res = await relay.call(RelayCalls.ETH_ENDPOINTS.WEB3_CLIENTVERSION, [], requestId);
expect(res).to.contain('relay/');
});

it('should execute "eth_maxPriorityFeePerGas"', async function () {
const res = await relay.call(RelayCalls.ETH_ENDPOINTS.ETH_MAX_PRIORITY_FEE_PER_GAS, [], requestId);
expect(res).to.be.equal('0x0');
Expand Down

0 comments on commit c1da700

Please sign in to comment.