mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
correct test for current functional APIs
This commit is contained in:
parent
e981f808de
commit
663e301087
@ -137,7 +137,7 @@ public class IntegratedComposerLogicTest {
|
||||
|
||||
Class<?> c3 = Identity.class;
|
||||
Class<?> c4 = LongFunction.class;
|
||||
assertThat(ClassUtils.isAssignable(c3, c4)).isTrue();
|
||||
assertThat(ClassUtils.isAssignable(c3, c4)).isFalse();
|
||||
LongUnaryOperator f;
|
||||
f = new Identity();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user