Skip to content

Commit

Permalink
tests: tweak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Jun 8, 2022
1 parent e5ee648 commit 779a161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ describe('exchange-details', () => {
'ticker',
'depth',
'depthSnapshot',
'depth20',
'bookTicker',
'recentTrades',
'borrowInterest'
Expand All @@ -106,7 +107,8 @@ describe('stream', () => {
exchange === 'binance-options' ||
exchange === 'okex-futures' ||
exchange === 'okex-options' ||
exchange === 'bitfinex'
exchange === 'bitfinex' ||
exchange === 'phemex'
) {
return
}
Expand Down

0 comments on commit 779a161

Please sign in to comment.