Skip to content

Commit

Permalink
CLDR-17751 add ZWG, drop ZWL
Browse files Browse the repository at this point in the history
- need to skip both ZWG and ZWL from coverage.
  • Loading branch information
srl295 committed Aug 15, 2024
1 parent 901d8bf commit a561255
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ public void testModernCurrencies(final String code) {
assumeFalse(
code.equals("ZWL") && CLDRFile.GEN_VERSION.equals("46"),
"Skipping ZWL for CLDR 46");
assumeFalse(
code.equals("ZWG") && CLDRFile.GEN_VERSION.equals("46"),
"Skipping ZWG for CLDR 46");
assertTrue(
expect.isAtLeast(l),
() ->
Expand Down

0 comments on commit a561255

Please sign in to comment.