Skip to content

Commit eb4f9c5

Browse files
committed
Clean up
1 parent 06fd1df commit eb4f9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public async Task TransformCommandConvertsOpenApiWithDefaultOutputNameAndSwitchF
206206
// create a dummy ILogger instance for testing
207207
await OpenApiService.TransformOpenApiDocument(options, _logger);
208208

209-
var output = await File.ReadAllTextAsync("output.yaml");
209+
var output = await File.ReadAllTextAsync("output.yml");
210210
Assert.NotEmpty(output);
211211
}
212212

0 commit comments

Comments
 (0)