Skip to content

Commit 9b3d104

Browse files
committed
chore: update tests
1 parent bdd65c7 commit 9b3d104

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

test/stream.test.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,6 @@ const exchangesWithBookTickerInfo: Exchange[] = [
7373
'serum'
7474
]
7575

76-
describe('exchange-details', () => {
77-
test('provides exchange info', async () => {
78-
const exchange = 'binance'
79-
const exchangeDetails = await getExchangeDetails(exchange)
80-
81-
expect(exchangeDetails.availableChannels).toContain([
82-
'trade',
83-
'depth',
84-
'depthSnapshot',
85-
'bookTicker',
86-
'aggTrade',
87-
'ticker',
88-
'borrowInterest'
89-
])
90-
})
91-
})
92-
9376
describe.skip('stream', () => {
9477
test(
9578
'streams normalized real-time messages for each supported exchange',

0 commit comments

Comments
 (0)