Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yogendraU committed Jul 23, 2024
1 parent 955dd37 commit 453b73a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void if_this_test_fails_needs_updating_with_your_changes() {
DmnDecisionTableImpl logic = (DmnDecisionTableImpl) decision.getDecisionLogic();
assertThat(logic.getInputs().size(), is(20));
assertThat(logic.getOutputs().size(), is(4));
assertThat(logic.getRules().size(), is(100));
assertThat(logic.getRules().size(), is(102));
}

static Stream<Arguments> scenarioProvider() {
Expand Down

0 comments on commit 453b73a

Please sign in to comment.