Skip to content

Commit

Permalink
Update expected CA cert count
Browse files Browse the repository at this point in the history
Issue infra 8728
Related adoptium#3573

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
  • Loading branch information
AdamBrousseau committed Dec 15, 2023
1 parent 773b957 commit f91a1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class VerifyCACertsTest {
private static final JdkVersion JDK_VERSION = new JdkVersion();

// Expect matching certs number
private static final int EXPECTED_COUNT = 143;
private static final int EXPECTED_COUNT = 146;

/* TODO: add up to 141 certs
private static final Map<String, String> EXPFP_MAP = new HashMap<>() {
Expand Down

0 comments on commit f91a1b2

Please sign in to comment.