diff --git a/address-formatting b/address-formatting index a192c409..e04dd366 160000 --- a/address-formatting +++ b/address-formatting @@ -1 +1 @@ -Subproject commit a192c4090d53c27a8708cdbf60d8b15a27b7e489 +Subproject commit e04dd36663f250f6e9e49789510a81c2480298a5 diff --git a/test/internal.spec.js b/test/internal.spec.js index e4dddab3..8fa75c1b 100644 --- a/test/internal.spec.js +++ b/test/internal.spec.js @@ -59,13 +59,6 @@ describe('address-formatter', () => { expect(converted).toHaveProperty('country', ', United Kingdom'); }); - it('should add component', () => { - const converted = addressFormatterInternals.determineCountryCode({ - country_code: 'MH' - }); - expect(converted).toHaveProperty('country_code', 'US'); - expect(converted).toHaveProperty('state', 'Marshall Islands'); // sic - }); it('should convert Sint Maarten to SX country code', () => { const converted = addressFormatterInternals.determineCountryCode({ country_code: 'NL',