Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Aug 23, 2022
1 parent c8dbcb6 commit c4f0f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ describe('stream', () => {
exchange === 'okex-options' ||
exchange === 'delta' ||
exchange === 'kucoin' ||
exchange === 'phemex'
exchange === 'phemex' ||
exchange === 'bybit-spot'
) {
return
}
Expand Down

0 comments on commit c4f0f2c

Please sign in to comment.