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 06fd1df commit eb4f9c5Copy full SHA for eb4f9c5
test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs
@@ -206,7 +206,7 @@ public async Task TransformCommandConvertsOpenApiWithDefaultOutputNameAndSwitchF
206
// create a dummy ILogger instance for testing
207
await OpenApiService.TransformOpenApiDocument(options, _logger);
208
209
- var output = await File.ReadAllTextAsync("output.yaml");
+ var output = await File.ReadAllTextAsync("output.yml");
210
Assert.NotEmpty(output);
211
}
212
0 commit comments