We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25f4bd commit 3bfd65fCopy full SHA for 3bfd65f
src/test/java/net/andreinc/mockneat/unit/types/FloatsTest.java
@@ -68,8 +68,7 @@ public void testNextFloatNaNNotBound() throws Exception {
68
@Test(expected = NullPointerException.class)
69
public void nextFloat_NullNotBound() throws Exception {
70
Float bound = null;
71
- Long count = stream(Constants.MOCKS).map(r -> r.floats().bound(bound).val()).count();
72
- assertNotNull(count);
+ Constants.M.floats().bound(bound).val();
73
}
74
75
@Test
0 commit comments