Skip to content

Commit 4505bda

Browse files
egilcjakobsen
andauthored
Changed name of method for better readability
Co-authored-by: Claus Jakobsen <[email protected]>
1 parent a842605 commit 4505bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Atc.Rest.ApiGenerator.Tests/SyntaxGenerators/Api/SyntaxGeneratorTestBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private VerifySettings CreateVerifySettings(GeneratorTestInput yamlFile, ApiProj
5353
return settings;
5454
}
5555

56-
private static IReadOnlyList<GeneratorTestInput> CreateTestInput([CallerFilePath] string sourceFilePath = "")
56+
private static IReadOnlyList<GeneratorTestInput> GetTestInput([CallerFilePath] string sourceFilePath = "")
5757
{
5858
var directory = Path.GetDirectoryName(sourceFilePath);
5959
return Directory.EnumerateFiles(directory, "*.yaml", SearchOption.AllDirectories)
@@ -98,4 +98,4 @@ private OpenApiDocument GenerateApiDocument(string spec)
9898
return openApiStreamReader.Read(memoryStream, out _);
9999
}
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)