Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Nov 20, 2024
1 parent 4bec69d commit c1c64ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void testReadPublicScope_Emails() {
found2 = true;
} else if (element.getEmail().equals("[email protected]")) {
found3 = true;
} if (element.getEmail().equals("[email protected]")) {
} else if (element.getEmail().equals("[email protected]")) {
found4 = true;
} else {
fail("Invalid put code " + element.getPutCode());
Expand Down

0 comments on commit c1c64ac

Please sign in to comment.