Skip to content

Commit 8ff70a1

Browse files
committed
Removed unnecessary test that was breaking
1 parent 6a3dd01 commit 8ff70a1

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
@@ -147,7 +147,7 @@ public async Task TransformCommandConvertsOpenApi()
147147
public void InvokeTransformCommand()
148148
{
149149
var rootCommand = Program.CreateRootCommand();
150-
var args = new string[] { "transform", "-d", ".\\UtilityFiles\\SampleOpenApi.yml", "-o", "sample.json" };
150+
var args = new string[] { "transform", "-d", ".\\UtilityFiles\\SampleOpenApi.yml", "-o", "sample.json","--co" };
151151
var parseResult = rootCommand.Parse(args);
152152
var handler = rootCommand.Subcommands.Where(c => c.Name == "transform").First().Handler;
153153
var context = new InvocationContext(parseResult);

0 commit comments

Comments
 (0)