Tidy tests only - ClusterTest and TestAggregateFormula

This commit is contained in:
rob
2021-08-30 22:39:11 +12:00
parent 56fed3ad87
commit 371a50176e
2 changed files with 1 additions and 2 deletions
@@ -81,7 +81,6 @@ public class TestAggregateFormula extends BaseTestCase {
for (Contact contact : contacts) {
Customer customer = contact.getCustomer();
assertNotNull(customer.getName());
assertNotNull(customer.getStatus());
}
List<String> sql = LoggedSqlCollector.stop();
@@ -112,7 +111,6 @@ public class TestAggregateFormula extends BaseTestCase {
for (Contact contact : contacts) {
Customer customer = contact.getCustomer();
assertNotNull(customer.getName());
assertNotNull(customer.getStatus());
final Address billingAddress = customer.getBillingAddress();
if (billingAddress != null) {
assertNotNull(billingAddress.getCountry());