#3240 followup no functional change, tidy use of ctx.joinAdded()

This commit is contained in:
Rob Bygrave
2023-10-10 21:33:23 +13:00
parent 131d531922
commit 90a6b71b7e
@@ -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);
}
}