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 @@ -187,7 +187,7 @@ describe('Common Protocol', () => {
187187          should ( error . status ) . be . eql ( 442 ) ; 
188188          should ( error . stack ) . match ( / y o u   a r e   t h e   b u g / ) ; 
189189          should ( error . stack ) . match ( / K u z z l e A b s t r a c t P r o t o c o l / ) ; 
190-           should ( error . stack ) . match ( / >         a t   C o n t e x t .< a n o n y m o u s > / ) ; 
190+           should ( error . stack ) . match ( / > \s { 4 } a t   C o n t e x t .< a n o n y m o u s > / ) ; 
191191        } ) ; 
192192    } ) ; 
193193
@@ -214,7 +214,7 @@ describe('Common Protocol', () => {
214214          should ( error . status ) . be . eql ( 206 ) ; 
215215          should ( error . stack ) . match ( / y o u   a r e   t h e   b u g / ) ; 
216216          should ( error . stack ) . match ( / K u z z l e A b s t r a c t P r o t o c o l / ) ; 
217-           should ( error . stack ) . match ( / >         a t   C o n t e x t .< a n o n y m o u s > / ) ; 
217+           should ( error . stack ) . match ( / > \s { 4 } a t   C o n t e x t .< a n o n y m o u s > / ) ; 
218218          should ( error . errors ) . be . an . Array ( ) ; 
219219          should ( error . errors . length ) . eql ( 2 ) ; 
220220          should ( error . count ) . eql ( 42 ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments