Skip to content

Commit

Permalink
Fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyi2811 committed Nov 23, 2021
1 parent c5be364 commit 21fdb6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ describe('Loan listVaults with options and pagination', () => {
ts,
{ prices: [{ tokenAmount: '800@GOOGL', currency: 'USD' }] }
)
await testing.generate(12)
await testing.container.waitForActivePrice('GOOGL/USD', '800')

const liqVaults = await testing.rpc.loan.listVaults({}, { state: VaultState.IN_LIQUIDATION })
expect(liqVaults.length).toBeGreaterThan(0)
Expand Down

0 comments on commit 21fdb6e

Please sign in to comment.