Skip to content

Commit

Permalink
test: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Jul 25, 2023
1 parent ed77e9d commit 91ba98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_update_market.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_update_market_instrument(vega_service_with_market: VegaServiceNull):
vega.wait_for_total_catchup()
after_market = vega.market_info(market_id)

assert pre_market.tradable_instrument.instrument.code == "CRYPTO:BTCDAI/DEC22"
assert pre_market.tradable_instrument.instrument.code == "CRYPTO:BTCDAI/Jun23"
assert after_market.tradable_instrument.instrument.code == "BTCUSD"


Expand Down

0 comments on commit 91ba98a

Please sign in to comment.