Skip to content

Commit fea0915

Browse files
committed
Fixed compile bug
1 parent 4505bda commit fea0915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public abstract class SyntaxGeneratorTestBase
1919
private const string ProjectPrefix = "TestProject";
2020
private const string ProjectSuffix = "AtcTest";
2121

22-
protected static IReadOnlyList<GeneratorTestInput> AllTestInput { get; } = CreateTestInput();
22+
protected static IReadOnlyList<GeneratorTestInput> AllTestInput { get; } = GetTestInput();
2323

2424
protected abstract ISyntaxCodeGenerator CreateApiGenerator(ApiProjectOptions apiProject);
2525

0 commit comments

Comments
 (0)