We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ce434 commit 97c72b3Copy full SHA for 97c72b3
2 files changed
tests/OpenAPI.WebApiGenerator.Tests/ApiGeneratorTests.cs
@@ -20,6 +20,7 @@ public class ApiGeneratorTests
20
[InlineData("openapi-v2.json")]
21
[InlineData("openapi-v3.json")]
22
[InlineData("openapi-v3.1.json")]
23
+ [InlineData("openapi-v3.2.json")]
24
public void GivenAnOpenAPISpec_WhenGeneratingAPI_ExpectedClassesShouldHaveBeenGenerated(string specFile)
25
{
26
var generator = new ApiGenerator();
0 commit comments