Skip to content

Commit

Permalink
Fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Nov 8, 2024
1 parent 4a8c4c8 commit ab98199
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/evm_eth_rpc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def test_evm_fee(self):
new_balance = self._w3.eth.get_balance(self._kp_moon['kp'].ss58_address)
self.assertGreater(prev_balance - new_balance - 1 * 10 ** 18, 0.002 * 10 ** 18)

@pytest.mark.skipif(TestUtils.is_not_peaq_chain() is True, reason='Only peaq chain evm ED')
def test_evm_remaining_without_ed(self):
self._kp_moon = get_eth_info()
self._kp_mars = get_eth_info()
Expand All @@ -134,7 +133,6 @@ def test_evm_remaining_without_ed(self):
receipt = batch.execute()
self.assertTrue(receipt.is_success)

prev_balance = self._w3.eth.get_balance(self._kp_moon['kp'].ss58_address)
nonce = self._w3.eth.get_transaction_count(self._kp_moon['kp'].ss58_address)
# gas/maxFeePerGas/maxPriorityFeePerGas is decided by metamask's value
tx = {
Expand Down

0 comments on commit ab98199

Please sign in to comment.