Test embedded fetch also as this throws the same exception

This commit is contained in:
Mark Bell
2013-11-11 13:23:53 -05:00
parent c4d41ecb00
commit d8391ba90c
@@ -36,4 +36,9 @@ public class AutofetchEmbeddedTest extends BaseTestCase {
}
}
}
@Test
public void testEmbeddedFetch() {
Ebean.find(EMain.class).fetch("embeddable").findList();
}
}