Update ActivationRuleGroupTest.java

update a piece of code in whenNoSelectedRule_thenNothingShouldHappen unitCase . 
that should be set to `rule4`
pull/210/head
zhouhaojie 6 years ago committed by Mahmoud Ben Hassine
parent b3ba58c7ec
commit 10905f7f22

@ -86,7 +86,7 @@ public class ActivationRuleGroupTest {
public void whenNoSelectedRule_thenNothingShouldHappen(){
// given
Rule4 rule4 = new Rule4();
ActivationRuleGroup activationRuleGroup = new ActivationRuleGroup("my activation rule", "rule2 xor rule3");
ActivationRuleGroup activationRuleGroup = new ActivationRuleGroup("my activation rule", "rule4");
activationRuleGroup.addRule(rule4);
//when
@ -152,4 +152,4 @@ public class ActivationRuleGroupTest {
public boolean isExecuted() { return executed; }
}
}
}

Loading…
Cancel
Save