assert equals on two address fields is failing
Expected: System.Address[
getCity=Metropolis;
getCountry=United States;
getCountryCode=US;
getGeocodeAccuracy=null;
getPostalCode=23113;
getState=Kansas;
getStateCode=KS;
getStreet=1234 Main St;
],
Actual: System.Address[
getCity=Metropolis;
getCountry=United States;
getCountryCode=US;
getGeocodeAccuracy=null;
getPostalCode=23113;
getState=Kansas;
getStateCode=KS;
getStreet=1234 Main St;
]