From ab9819992c62b81b453bf3250a13b1ef4e5f9706 Mon Sep 17 00:00:00 2001 From: jaypan Date: Fri, 8 Nov 2024 16:14:02 +0100 Subject: [PATCH] Fix the linter --- tests/evm_eth_rpc_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/evm_eth_rpc_test.py b/tests/evm_eth_rpc_test.py index 561234f..5330685 100644 --- a/tests/evm_eth_rpc_test.py +++ b/tests/evm_eth_rpc_test.py @@ -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() @@ -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 = {