mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2753 - Fix for, Bug findSingleAttributeList o2m distinct
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user