Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Mar 25, 2022
1 parent b3d2e66 commit 0bde955
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 @@ -104,7 +104,8 @@ describe('stream', () => {
exchange === 'star-atlas' ||
exchange === 'upbit' ||
exchange === 'binance-options' ||
exchange === 'okex-futures'
exchange === 'okex-futures' ||
exchange === 'okex-options'
) {
return
}
Expand Down

0 comments on commit 0bde955

Please sign in to comment.