mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - update tests with EBasicVer new constructor
This commit is contained in:
@@ -39,8 +39,7 @@ public class TestTxTypeOnTransactional extends BaseTestCase {
|
||||
public void testOptimisticException() {
|
||||
|
||||
logger.info("-- testOptimisticException");
|
||||
EBasicVer v = new EBasicVer();
|
||||
v.setName("occ");
|
||||
EBasicVer v = new EBasicVer("occ");
|
||||
v.setDescription("blah");
|
||||
Ebean.save(v);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user