Further build improvements (#1486)
This commit is contained in:
committed by
GitHub
parent
efc2043e52
commit
669f4d6dce
+1
-1
@@ -11,7 +11,7 @@ import java.util.function.Predicate;
|
||||
|
||||
import static javaslang.API.*;
|
||||
|
||||
public class PropertyBasedTest {
|
||||
public class PropertyBasedLongRunningUnitTest {
|
||||
|
||||
private static Predicate<Integer> divisibleByTwo = i -> i % 2 == 0;
|
||||
private static Predicate<Integer> divisibleByFive = i -> i % 5 == 0;
|
||||
Reference in New Issue
Block a user