mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fixed tests that modify BasicData (#1530)
This commit is contained in:
committed by
Rob Bygrave
parent
662ffdd070
commit
61eedb4e9a
@@ -33,5 +33,7 @@ public class TestBatchSaveWithGetBeanId extends BaseTestCase {
|
||||
// insert occurs and the bean has an Id value
|
||||
Object beanId = server.getBeanId(model);
|
||||
assertNotNull(beanId);
|
||||
|
||||
Ebean.delete(Customer.class, beanId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user