Skip to content

Commit

Permalink
Fix attribute access in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jan 26, 2024
1 parent 110e64c commit f5e69d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_omen.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_omen_pick_binary_market() -> None:
def test_omen_get_market() -> None:
market = omen.get_market("0xa3e47bb771074b33f2e279b9801341e9e0c9c6d7")
assert (
market.question
market.title
== "Will Bethesda's 'Indiana Jones and the Great Circle' be released by January 25, 2024?"
), "Omen market question doesn't match the expected value."

Expand Down

0 comments on commit f5e69d2

Please sign in to comment.