This repository was archived by the owner on Apr 12, 2024. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
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 @@ -982,7 +982,7 @@ def assert_annotations(bundled_aggregations: JsonDict) -> None:
982982                bundled_aggregations ,
983983            )
984984
985-         self ._test_bundled_aggregations (RelationTypes .ANNOTATION , assert_annotations , 7 )
985+         self ._test_bundled_aggregations (RelationTypes .ANNOTATION , assert_annotations , 6 )
986986
987987    def  test_reference (self ) ->  None :
988988        """ 
@@ -1000,7 +1000,7 @@ def assert_annotations(bundled_aggregations: JsonDict) -> None:
10001000                bundled_aggregations ,
10011001            )
10021002
1003-         self ._test_bundled_aggregations (RelationTypes .REFERENCE , assert_annotations , 7 )
1003+         self ._test_bundled_aggregations (RelationTypes .REFERENCE , assert_annotations , 6 )
10041004
10051005    def  test_thread (self ) ->  None :
10061006        """ 
@@ -1029,7 +1029,7 @@ def assert_thread(bundled_aggregations: JsonDict) -> None:
10291029                bundled_aggregations .get ("latest_event" ),
10301030            )
10311031
1032-         self ._test_bundled_aggregations (RelationTypes .THREAD , assert_thread , 9 )
1032+         self ._test_bundled_aggregations (RelationTypes .THREAD , assert_thread , 8 )
10331033
10341034    def  test_thread_edit_latest_event (self ) ->  None :
10351035        """Test that editing the latest event in a thread works.""" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments