Skip to content

Commit

Permalink
MATH-1647: fixed build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rednikeeg committed Aug 19, 2022
1 parent f430f32 commit ac796c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ public void testSkip() {
@Test
public void testSkipToNegative() {
try {
generator.skipTo((-4584));
generator.skipTo(-4584);
Assert.fail("an exception should have been thrown");
} catch (NotPositiveException e) {
// expected
Expand Down

0 comments on commit ac796c4

Please sign in to comment.