mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Test embedded fetch also as this throws the same exception
This commit is contained in:
@@ -36,4 +36,9 @@ public class AutofetchEmbeddedTest extends BaseTestCase {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testEmbeddedFetch() {
|
||||
Ebean.find(EMain.class).fetch("embeddable").findList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user