Skip to content

Commit

Permalink
Updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 10, 2022
1 parent d721cf0 commit 2f3a49a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ void testLookup() {
@Test
void testLookupList() {
LeiLookup leiLookup = LeiLookup.getInstance();
//var l = leiLookup.getLei("5493001KJTIIGC8Y1R12", "4469000001AVO26P9X86", "029200067A7K6CH0H586", "029200067A7K6CH0H586");

long count1 = leiLookup.getLeiByLeiCode(List.of("5493001KJTIIGC8Y1R12", "4469000001AVO26P9X86", "029200067A7K6CH0H586", "029200067A7K6CH0H586", "AAA111"))
.size();
assertEquals(4L, count1);
Expand Down

0 comments on commit 2f3a49a

Please sign in to comment.