interlay / interbtc-api

interBTC TypeScript SDK
https://app.interlay.io/
Apache License 2.0
26 stars 20 forks source link

Fix test “should cancel a redeem request” #515

Open bvotteler opened 1 year ago

bvotteler commented 1 year ago

The skipped test in redeem.test.ts needs a rewrite: We want to ban one vault (one specific collateral currency), and check that the other currency for a vault with the same account id is still active.

gregdhill commented 1 year ago

This test was removed (https://github.com/interlay/interbtc-api/pull/575) but I think we should probably re-add it.