From 5d401352b97c09d6c81a157715e95ea283464e15 Mon Sep 17 00:00:00 2001 From: Jirka Chadima Date: Sat, 14 Jun 2025 13:14:21 +0200 Subject: [PATCH] Updates source repo, removes MH test --- address-formatting | 2 +- test/internal.spec.js | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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',