File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ describe('Bot Initialization', () => {
310310 deleteOrders : sinon . stub ( ) . resolves ( ) ,
311311 calculateEarnings : sinon . stub ( ) . resolves ( ) ,
312312 attemptCommunitiesPendingPayments : sinon . stub ( ) . resolves ( ) ,
313- deleteCommunity : sinon . stub ( ) . resolves ( ) ,
313+ // deleteCommunity: sinon.stub().resolves(),
314314 nodeInfo : sinon . stub ( ) . resolves ( ) ,
315315 } ,
316316 './modules/community' : { configure : sinon . stub ( ) } ,
@@ -470,7 +470,7 @@ describe('Bot Initialization', () => {
470470
471471 scheduledFunction ( ) ;
472472
473- expect ( scheduleStub . scheduleJob . callCount ) . to . be . equal ( 8 ) ;
473+ expect ( scheduleStub . scheduleJob . callCount ) . to . be . equal ( 7 ) ;
474474 expect ( scheduleStub . scheduleJob . getCall ( 0 ) . args [ 0 ] ) . to . equal (
475475 '*/10 * * * *' ,
476476 ) ;
You can’t perform that action at this time.
0 commit comments