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 2916d27 commit df54a82Copy full SHA for df54a82
tests/objectbox-java-test/src/test/java/io/objectbox/query/QueryTest.java
@@ -499,7 +499,7 @@ public void testString() {
499
assertEquals(2, contains.count());
500
}
501
// Verify case-sensitive setting has no side effects for non-ASCII characters
502
- box.put(createTestEntity("Îñţérñåţîöñåļîžåţîờñ is key", 6));
+ box.put(createTestEntity("Note that Îñţérñåţîöñåļîžåţîờñ is key", 6));
503
try (Query<TestEntity> contains = box.query()
504
.contains(simpleString, "Îñţérñåţîöñåļîžåţîờñ", StringOrder.CASE_SENSITIVE)
505
.build()) {
0 commit comments