Skip to content

Commit

Permalink
Restore Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phi1010 committed Aug 16, 2020
1 parent d2741ff commit d584cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void testEvaluate_ShadowRun5Glitch66Exploding6611() throws ParserExceptio
}

public void testEvaluate_ExplodeWithMockRunData() throws ParserException {
int[] rolls = {3, 6, 6, 2};
int[] rolls = {3, 6, 6, 2}; // explode both sixes
setUpMockRunData(rolls);
Result result = new ExpressionParser().evaluate("2d6e");
assertEquals(new BigDecimal(17), result.getValue());
Expand Down

0 comments on commit d584cb9

Please sign in to comment.