Skip to content

Commit

Permalink
Update reference toke in kyber test
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed May 16, 2024
1 parent 6c759b8 commit d9ef00d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnosis/eth/tests/oracles/test_kyber.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from ..ethereum_test_case import EthereumTestCaseMixin
from ..test_oracles import (
dai_token_mainnet_address,
gno_token_mainnet_address,
usdt_token_mainnet_address,
weth_token_mainnet_address,
)
Expand All @@ -22,7 +21,7 @@ def test_kyber_oracle(self):
self.assertTrue(KyberOracle.is_available(ethereum_client))
kyber_oracle = KyberOracle(ethereum_client)
price = kyber_oracle.get_price(
gno_token_mainnet_address, weth_token_mainnet_address
dai_token_mainnet_address, weth_token_mainnet_address
)
self.assertLess(price, 1)
self.assertGreater(price, 0)
Expand Down

0 comments on commit d9ef00d

Please sign in to comment.