mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#3240 followup no functional change, tidy use of ctx.joinAdded()
This commit is contained in:
@@ -331,7 +331,6 @@ public class TestMergeCustomer extends BaseTestCase {
|
||||
assertThat(sql.get(17)).contains("update mcontact set email=?, first_name=?, last_name=?, version=?, customer_id=? where id=? and version=?");
|
||||
assertSqlBind(sql, 18, 21);
|
||||
assertThat(sql.get(23)).contains("update mcontact_message set title=?, subject=?, notes=?, version=?, contact_id=? where id=? and version=?");
|
||||
assertSqlBind(sql, 24, 29);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user