Skip to content

Commit

Permalink
Fix test deposittovault: (#900)
Browse files Browse the repository at this point in the history
Add missing sync_blocks call

Co-authored-by: Prasanna Loganathar <[email protected]>
  • Loading branch information
dcorral and prasannavl authored Nov 16, 2021
1 parent bc3165f commit 2baae1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/feature_loan_deposittovault.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ def run_test(self):
assert_equal(vault1['state'], "frozen")

self.nodes[0].generate(6) # let fixed price be stable and check vault is now underLiquidation state
self.sync_blocks()

vault1 = self.nodes[1].getvault(vaultId1)
assert_equal(vault1['state'], "inLiquidation")

Expand Down

0 comments on commit 2baae1d

Please sign in to comment.