Skip to content

Commit

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

Expand Down Expand Up @@ -195,8 +196,9 @@ describe('get', () => {
symbol: 'AAPL',
symbolKey: expect.any(String),
tradeable: true
}
},
// activePrice: undefined
activePrice: expect.any(Object)
}
)
})
Expand Down

0 comments on commit 5d03d3c

Please sign in to comment.