tylerzika
3/23/2017 - 8:37 PM

assert equals on two address fields is failing

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;
]