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
@@ -43,6 +43,9 @@ public class TestDeleteByIdWithPersistenceContext extends BaseTestCase {
|
||||
|
||||
}
|
||||
|
||||
// cleanup
|
||||
Ebean.delete(Product.class, 100);
|
||||
Ebean.delete(Product.class, 101);
|
||||
}
|
||||
|
||||
private Product createProduct(Integer id, String name) {
|
||||
|
||||
Reference in New Issue
Block a user