Skip to content

Commit ef7640f

Browse files
committed
Rename test file
1 parent 1b40298 commit ef7640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.OpenApi.Tests/Services/OpenApiCSDLConversionTests.cs renamed to test/Microsoft.OpenApi.Tests/Services/OpenApiServiceTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Microsoft.OpenApi.Tests.Services
1111
{
12-
public class OpenApiCSDLConversionTests
12+
public class OpenApiServiceTests
1313
{
1414
[Fact]
1515
public void ReturnConvertedCSDLFile()
@@ -33,7 +33,7 @@ public void ReturnConvertedCSDLFile()
3333
[InlineData("Todos.Todo.UpdateTodo",null, 1)]
3434
[InlineData("Todos.Todo.ListTodo",null, 1)]
3535
[InlineData(null, "Todos.Todo", 4)]
36-
public void ReturnFilteredOpenApiDocumentBasedOnOperationIdsAndInputCsdlDocument(string operationIds, string tags, int expectedPathCount)
36+
public void ReturnFilteredOpenApiDocBasedOnOperationIdsAndInputCsdlDocument(string operationIds, string tags, int expectedPathCount)
3737
{
3838
// Arrange
3939
var filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "UtilityFiles\\Todo.xml");

0 commit comments

Comments
 (0)