File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed 
modules/module-mongodb/test/src 
packages/service-errors/src Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- // Write tests for parseResumeTokenTimestamp 
21import  {  parseResumeTokenTimestamp  }  from  '@module/common/MongoLSN.js' ; 
3- import  {  mongo  }  from  '@powersync/lib-service-mongodb' ; 
42import  {  describe ,  expect ,  it  }  from  'vitest' ; 
53
64describe ( 'parseResumeTokenTimestamp' ,  ( )  =>  { 
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ export enum ErrorCode {
254254  PSYNC_S1344  =  'PSYNC_S1344' , 
255255
256256  /** 
257-    * Failed to read MongoDB Change Stream to  to a timeout. 
257+    * Failed to read MongoDB Change Stream due  to a timeout. 
258258   * 
259259   * This may happen if there is a significant delay on the source database in reading the change stream. 
260260   * 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments