Skip to content

Commit

Permalink
loan collateral active price undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Nov 26, 2024
1 parent e54b9f5 commit c4622ba
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,8 @@ describe('list', () => {
symbol: expect.any(String),
symbolKey: expect.any(String),
tradeable: true
},
// activePrice: undefined
activePrice: {
active: null,
next: null,
isLive: false,
block: expect.any(Object)
}
// activePrice: undefined
})
})

Expand Down Expand Up @@ -201,14 +195,8 @@ describe('get', () => {
symbol: 'AAPL',
symbolKey: expect.any(String),
tradeable: true
},
// activePrice: undefined
activePrice: {
active: null,
next: null,
isLive: false,
block: expect.any(Object)
}
// activePrice: undefined
}
)
})
Expand Down

0 comments on commit c4622ba

Please sign in to comment.