File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ def test_nil_uuid(self):
4545        self .assertEqual (str (nil_uuid ), s )
4646        # The Nil UUID falls within the range of the Apollo NCS variant as per 
4747        # RFC 9562. 
48-         # See https://www.rfc-editor.org/rfc/rfc9562.html#table1 
4948        # See https://www.rfc-editor.org/rfc/rfc9562.html#section-5.9-4 
5049        self .assertEqual (nil_uuid .variant , self .uuid .RESERVED_NCS )
5150        # A version field of all zeros is "Unused" in RFC 9562, but the version 
@@ -66,7 +65,6 @@ def test_max_uuid(self):
6665        self .assertEqual (str (max_uuid ), s )
6766        # The Max UUID falls within the range of the "yet-to-be defined" future 
6867        # UUID variant as per RFC 9562. 
69-         # See https://www.rfc-editor.org/rfc/rfc9562.html#table1 
7068        # See https://www.rfc-editor.org/rfc/rfc9562.html#section-5.10-4 
7169        self .assertEqual (max_uuid .variant , self .uuid .RESERVED_FUTURE )
7270        # A version field of all ones is "Reserved for future definition" in 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments