This repository was archived by the owner on Jul 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 "reflect-metadata" : " ^0.1.13" ,
4747 "rimraf" : " ^3.0.2" ,
4848 "rxjs" : " ^6.5.4" ,
49- "sand-ex" : " ^0.1.7 " ,
49+ "sand-ex" : " ^0.1.8 " ,
5050 "synaptic" : " ^1.1.4" ,
5151 "talib" : " ^1.1.3" ,
5252 "tulind" : " ^0.8.18" ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ describe('#Perfect Gridbot', () => {
139139 expect ( grid . activeOrderId ) . toBeGreaterThan ( 1 ) ;
140140 } ) ;
141141
142- expect ( ExchangeBalance ) . toMatchObject ( { balanceQuote : 1047.2807635000001 } ) ;
142+ expect ( ExchangeBalance ) . toMatchObject ( { balanceQuote : 1047.280742845 } ) ;
143143 expect ( gridBot ) . toMatchObject ( {
144144 balanceAsset : 0 ,
145145 balanceQuote : 1047.2807428449998 ,
@@ -169,7 +169,7 @@ describe('#Perfect Gridbot', () => {
169169 } ) ;
170170
171171
172- expect ( ExchangeBalance ) . toMatchObject ( { balanceAsset : 0.09748816000000002 } ) ;
172+ expect ( ExchangeBalance ) . toMatchObject ( { balanceAsset : 0.09748778928000001 } ) ;
173173 expect ( gridBot ) . toMatchObject ( {
174174 balanceAsset : 0.09748776 ,
175175 } ) ;
@@ -198,7 +198,7 @@ describe('#Perfect Gridbot', () => {
198198 } ) ;
199199
200200
201- expect ( ExchangeBalance ) . toMatchObject ( { balanceQuote : 1094.561527 } ) ;
201+ expect ( ExchangeBalance ) . toMatchObject ( { balanceQuote : 1094.56148569 } ) ;
202202
203203 } ) ;
204204
You can’t perform that action at this time.
0 commit comments