File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 
test/Microsoft.OpenApi.Tests/Models Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft Corporation. All rights reserved. 
1+  // Copyright (c) Microsoft Corporation. All rights reserved. 
22// Licensed under the MIT license.  
33
44using  System ; 
55using  System . Collections . Generic ; 
66using  System . Globalization ; 
77using  System . IO ; 
8+ using  System . Threading ; 
89using  System . Threading . Tasks ; 
910using  FluentAssertions ; 
1011using  Microsoft . OpenApi . Extensions ; 
@@ -598,7 +599,7 @@ public class OpenApiDocumentTests
598599
599600        public  static   OpenApiSchema  ErrorModelSchema  =  AdvancedComponents . Schemas [ "errorModel" ] ; 
600601
601-         public  static   OpenApiDocument  AdvancedDocument  =  new  OpenApiDocument 
602+         public  OpenApiDocument  AdvancedDocument  =  new  OpenApiDocument 
602603        { 
603604            Info  =  new  OpenApiInfo 
604605            { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments