Skip to content

Commit

Permalink
Fix: change element types in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oyershov authored and akhlopiachyi committed May 4, 2020
1 parent 34fe3fc commit 41bf226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/public/ranger/sagas/rangerSaga.test.ts
Expand Up @@ -582,7 +582,7 @@ describe('Ranger module', () => {
at: 1546605232,
market: 'eurbtc',
kind: 'bid',
side: 'sell',
side: 'buy',
price: '1.17',
state: 'wait',
remaining_volume: '0.1',
Expand Down Expand Up @@ -653,7 +653,7 @@ describe('Ranger module', () => {
at: 1546605232,
market: 'eurbtc',
kind: 'bid',
side: 'sell',
side: 'buy',
price: '1.17',
state: 'done',
remaining_volume: '0.0',
Expand Down

0 comments on commit 41bf226

Please sign in to comment.