Skip to content

Commit

Permalink
Remove invalid rand() range test
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Dec 2, 2024
1 parent f552a20 commit 490e3d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/com/laytonsmith/core/functions/MathTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ public void testRand1() {
fail("Didn't expect this test to pass");
} catch (ConfigRuntimeException e) {
}
try {
a.exec(Target.UNKNOWN, env, C.onstruct(87357983597853791L));
fail("Didn't expect this test to pass");
} catch (ConfigRuntimeException e) {
}
}

@Test
Expand Down

0 comments on commit 490e3d8

Please sign in to comment.