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 9e7efcc commit 95f71f6Copy full SHA for 95f71f6
test/Microsoft.OpenApi.Tests/PublicApi/PublicApiTests.cs
@@ -1,5 +1,5 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
-// Licensed under the MIT license.
+// Licensed under the MIT license.
3
4
using System.IO;
5
using Xunit;
@@ -27,7 +27,7 @@ public void ReviewPublicApiChanges()
27
28
// Arrange
29
var publicApi = typeof(OpenApiSpecVersion).Assembly.GeneratePublicApi(new ApiGeneratorOptions() { WhitelistedNamespacePrefixes = new[] { "Microsoft.OpenApi" } } );
30
-
+
31
// Act
32
var approvedFilePath = Path.Combine("PublicApi", "PublicApi.approved.txt");
33
0 commit comments