From 41c126224509ce3f94d2096c6c4acf1c4f959b1b Mon Sep 17 00:00:00 2001 From: petarTxFusion Date: Wed, 24 Apr 2024 14:53:33 +0200 Subject: [PATCH] test: remove`test_get_token_price` --- tests/integration/test_zksync_web3.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/test_zksync_web3.py b/tests/integration/test_zksync_web3.py index 44b7aee..e502516 100644 --- a/tests/integration/test_zksync_web3.py +++ b/tests/integration/test_zksync_web3.py @@ -768,10 +768,6 @@ def test_contract_factory(self): def test_get_all_account_balances(self): balances = self.web3.zksync.zks_get_all_account_balances(self.account.address) - # @skip("Integration test, used for develop purposes only") - def test_get_token_price(self): - price = self.web3.zksync.zks_get_token_price(self.ETH_TOKEN.l2_address) - # @skip("Integration test, used for develop purposes only") def test_get_l1_chain_id(self): l1_chain_id = self.web3.zksync.zks_l1_chain_id()