We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82f21b commit a31bf43Copy full SHA for a31bf43
google-api-client/src/test/java/com/google/api/client/googleapis/GoogleUtilsTest.java
@@ -35,7 +35,7 @@ public void testGetCertificateTrustStore() throws Exception {
35
}
36
// intentionally check the count of certificates, so it can help us detect if a new certificate
37
// has been added or removed
38
- assertEquals(70, trustStore.size());
+ assertEquals(71, trustStore.size());
39
40
41
public void testVersionMatcher() {
0 commit comments