We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ba08c commit 0d68e70Copy full SHA for 0d68e70
test/Microsoft.OpenApi.Readers.Tests/TestCustomExtension.cs
@@ -1,14 +1,10 @@
1
-using FluentAssertions;
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT license.
3
+
4
+using FluentAssertions;
5
using Microsoft.OpenApi.Any;
6
using Microsoft.OpenApi.Interfaces;
-using Microsoft.OpenApi.Validations;
-using Microsoft.OpenApi.Validations.Rules;
7
using Microsoft.OpenApi.Writers;
-using System;
8
-using System.Collections.Generic;
9
-using System.Linq;
10
-using System.Text;
11
-using System.Threading.Tasks;
12
using Xunit;
13
14
namespace Microsoft.OpenApi.Readers.Tests
0 commit comments