Skip to content

Commit

Permalink
fix(test): test_chainlink get_feed
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Feb 4, 2024
1 parent 9a07d5d commit 02069ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prices/test_chainlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def test_chainlink_get_feed(token):
"""
Tests `chainlink.get_feed` with both lowercase address and checksum address.
"""
assert chainlink.get_feed(token, sync=False) != ZERO_ADDRESS, 'no feed available'
assert await chainlink.get_feed(token, sync=False) != ZERO_ADDRESS, 'no feed available'


@pytest.mark.parametrize('token', FEEDS)
Expand Down

0 comments on commit 02069ee

Please sign in to comment.