Skip to content

Commit

Permalink
Test case updated
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Sep 28, 2024
1 parent 24508d6 commit d795851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void getIssuer_AfAb() throws IOException {

@Test
void getIssuer_Hm() throws IOException {
FreeTextQuery query = FreeTextQueryBuilder.issuer("Hennes &").build();
FreeTextQuery query = FreeTextQueryBuilder.issuer("Hennes & M").build();

Insynsregistret ir = new Insynsregistret();
Optional<String> issuer = ir.search(query).sorted().findFirst();
Expand Down

0 comments on commit d795851

Please sign in to comment.