Skip to content

Commit 931270f

Browse files
committed
Fixed data in broken test
1 parent 674fe14 commit 931270f

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
@@ -30,7 +30,7 @@ public async Task ReturnConvertedCSDLFile()
3030
}
3131

3232
[Theory]
33-
[InlineData("Todos.Todo.UpdateTodo",null, 1)]
33+
[InlineData("Todos.Todo.UpdateTodoById",null, 1)]
3434
[InlineData("Todos.Todo.ListTodo",null, 1)]
3535
[InlineData(null, "Todos.Todo", 4)]
3636
public async Task ReturnFilteredOpenApiDocBasedOnOperationIdsAndInputCsdlDocument(string operationIds, string tags, int expectedPathCount)

0 commit comments

Comments
 (0)