mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1835 Fix with Refactor batch escalation for deferred imported Id
This commit is contained in:
@@ -14,7 +14,6 @@ public class TestOne2OneBookingInvoice extends BaseTestCase {
|
||||
public void test() {
|
||||
|
||||
Booking b = new Booking(3000L);
|
||||
|
||||
Invoice ai = new Invoice();
|
||||
Invoice ci = new Invoice();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user