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 7820070 commit e48bb54Copy full SHA for e48bb54
tests/objectbox-java-test/src/main/java/io/objectbox/query/PropertyQueryTest.java
@@ -145,7 +145,7 @@ public void testFindString() {
145
assertEquals("foo5", propertyQuery.reset().unique().findString());
146
147
putTestEntity(null, 6);
148
- // TODO XXX enable me after fixing combination of unique and distinct: putTestEntity(null, 7);
+ putTestEntity(null, 7);
149
query.setParameter(simpleLong, 1005);
150
assertEquals("nope", propertyQuery.reset().distinct().nullValue("nope").unique().findString());
151
}
0 commit comments