Skip to content

Commit

Permalink
test: removetest_get_token_price
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Apr 24, 2024
1 parent aee49a4 commit 41c1262
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_zksync_web3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 41c1262

Please sign in to comment.