Skip to content

Commit e48bb54

Browse files
committed
test findString() with distinct and unique
1 parent 7820070 commit e48bb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/objectbox-java-test/src/main/java/io/objectbox/query/PropertyQueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void testFindString() {
145145
assertEquals("foo5", propertyQuery.reset().unique().findString());
146146

147147
putTestEntity(null, 6);
148-
// TODO XXX enable me after fixing combination of unique and distinct: putTestEntity(null, 7);
148+
putTestEntity(null, 7);
149149
query.setParameter(simpleLong, 1005);
150150
assertEquals("nope", propertyQuery.reset().distinct().nullValue("nope").unique().findString());
151151
}

0 commit comments

Comments
 (0)