Skip to content

Commit

Permalink
2 sources in superOETHb test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Oct 3, 2024
1 parent b14db65 commit 5504654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feeds/test_superoethb_eth_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async def test_superoethb_eth_median_feed(caplog):

assert v is not None
assert v > 0
assert "sources used in aggregate: 1" in caplog.text.lower()
assert "sources used in aggregate: 2" in caplog.text.lower()
print(f"superOETHb/eth Price: {v}")

# Get list of data sources from sources dict
Expand Down

0 comments on commit 5504654

Please sign in to comment.