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.
2
2
// Licensed under the MIT license.
3
3
4
4
using System ;
5
5
using System . Collections . Generic ;
6
6
using System . Globalization ;
7
7
using System . IO ;
8
+ using System . Threading ;
8
9
using System . Threading . Tasks ;
9
10
using FluentAssertions ;
10
11
using Microsoft . OpenApi . Extensions ;
@@ -598,7 +599,7 @@ public class OpenApiDocumentTests
598
599
599
600
public static OpenApiSchema ErrorModelSchema = AdvancedComponents . Schemas [ "errorModel" ] ;
600
601
601
- public static OpenApiDocument AdvancedDocument = new OpenApiDocument
602
+ public OpenApiDocument AdvancedDocument = new OpenApiDocument
602
603
{
603
604
Info = new OpenApiInfo
604
605
{
You can’t perform that action at this time.
0 commit comments