Skip to content

Commit 1637c35

Browse files
committed
Fix tests
1 parent 1ccada2 commit 1637c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Moryx.Cli.Template/StateBaseTemplate/StateBaseTemplate.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public StateBaseTemplate(string content) : base(content)
1717
Parse(_syntaxTree);
1818
}
1919

20-
public IEnumerable<ConstructorDeclarationSyntax> Constructors { get; private set; } = [];
2120
public IEnumerable<StateDefinition> StateDeclarations { get; private set; } = [];
2221

2322
public static StateBaseTemplate FromFile(string fileName)

0 commit comments

Comments
 (0)