Skip to content

Commit a31bf43

Browse files
committed
fix test to account for newly added cert
1 parent b82f21b commit a31bf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-api-client/src/test/java/com/google/api/client/googleapis/GoogleUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void testGetCertificateTrustStore() throws Exception {
3535
}
3636
// intentionally check the count of certificates, so it can help us detect if a new certificate
3737
// has been added or removed
38-
assertEquals(70, trustStore.size());
38+
assertEquals(71, trustStore.size());
3939
}
4040

4141
public void testVersionMatcher() {

0 commit comments

Comments
 (0)