#2753 - Fix for, Bug findSingleAttributeList o2m distinct

This commit is contained in:
Rob Bygrave
2022-07-29 17:12:51 +12:00
parent 02ead0bcdb
commit fa9e9be003
3 changed files with 6 additions and 8 deletions
@@ -757,8 +757,7 @@ public class TestQuerySingleAttribute extends BaseTestCase {
}
@Test
public void oneToMany_distinct() {
void oneToMany_distinct() {
ResetBasicData.reset();
Query<Customer> query = DB.find(Customer.class)