Skip to content

Commit

Permalink
Merge branch 'main' into remove_delegate_signed
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed May 16, 2024
2 parents 9d9c957 + d9ef00d commit 338fd0d
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 338fd0d

Please sign in to comment.