Skip to content

Commit

Permalink
Removed schemeId (BE:CBE/9956) from testcase as per eDEC Code List v8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed May 5, 2024
1 parent 52d7eb9 commit 92c94d1
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -35,10 +35,10 @@
public class SchemeIdTest {

@Test
public void testBelgianCrossroadBankOfEnterprises() throws Exception {
Icd sid = SchemeId.parse("BE:CBE");
assertEquals(sid.getIdentifier(), "BE:CBE");
assertEquals(sid.getCode(), "9956");
assertEquals(SchemeId.fromISO6523("9956"), sid);
public void testBanqueCarrefourDesEntreprises () throws Exception {
Icd sid = SchemeId.parse("BE:EN");
assertEquals(sid.getIdentifier(), "BE:EN");
assertEquals(sid.getCode(), "0208");
assertEquals(SchemeId.fromISO6523("0208"), sid);
}
}

0 comments on commit 92c94d1

Please sign in to comment.