We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4505bda commit fea0915Copy full SHA for fea0915
test/Atc.Rest.ApiGenerator.Tests/SyntaxGenerators/Api/SyntaxGeneratorTestBase.cs
@@ -19,7 +19,7 @@ public abstract class SyntaxGeneratorTestBase
19
private const string ProjectPrefix = "TestProject";
20
private const string ProjectSuffix = "AtcTest";
21
22
- protected static IReadOnlyList<GeneratorTestInput> AllTestInput { get; } = CreateTestInput();
+ protected static IReadOnlyList<GeneratorTestInput> AllTestInput { get; } = GetTestInput();
23
24
protected abstract ISyntaxCodeGenerator CreateApiGenerator(ApiProjectOptions apiProject);
25
0 commit comments