File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313}  from  "../src/core/game/Game" ; 
1414import  {  toInt  }  from  "../src/core/Util" ; 
1515import  {  setup  }  from  "./util/Setup" ; 
16- import  {  useRealAttackLogic  }  from  "./util/TestConfig" 
16+ import  {  useRealAttackLogic  }  from  "./util/TestConfig" ; 
1717import  {  executeTicks  }  from  "./util/utils" ; 
1818
1919let  game : Game ; 
@@ -301,8 +301,8 @@ describe("Disconnected", () => {
301301      // Tick for retreat() in AttackExecution to add back startTtoops to owner troops 
302302      const  troopIncThisTick1  =  game . config ( ) . troopIncreaseRate ( player1 ) ; 
303303      expectedTotalGrowth  +=  toInt ( troopIncThisTick1 ) ; 
304-        
305-       game . executeNextTick ( ) ;   
304+ 
305+       game . executeNextTick ( ) ; 
306306
307307      const  expectedFinalTroops  =  Number ( 
308308        toInt ( troopsBeforeAttack )  +  expectedTotalGrowth , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments