diff --git a/src/ZoneCodeGenerator/Parsing/CommandFile/Tests/TestCondition.cs b/src/ZoneCodeGenerator/Parsing/CommandFile/Tests/TestCondition.cs index ad23a06a..8745421e 100644 --- a/src/ZoneCodeGenerator/Parsing/CommandFile/Tests/TestCondition.cs +++ b/src/ZoneCodeGenerator/Parsing/CommandFile/Tests/TestCondition.cs @@ -50,7 +50,7 @@ namespace ZoneCodeGenerator.Parsing.CommandFile.Tests new MatcherWithTag(OperandTag), new MatcherGroupOptional(new MatcherGroupAnd( new MatcherWithTag(OperationTag), - new MatcherWithTag(OperandTag) + new MatcherWithTag(ConditionStatementTag) )) ) ).WithTag(ConditionStatementTag);