Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Jun 21, 2022
1 parent 9096c02 commit 31f9819
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 @@ -108,7 +108,8 @@ describe('stream', () => {
exchange === 'okex-futures' ||
exchange === 'okex-options' ||
exchange === 'bitfinex' ||
exchange === 'phemex'
exchange === 'phemex' ||
exchange === 'delta'
) {
return
}
Expand Down

0 comments on commit 31f9819

Please sign in to comment.