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 d8c2286 commit 04188e1Copy full SHA for 04188e1
βgoogle-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/models/EncryptionInfoTest.javaβ
@@ -60,5 +60,6 @@ public void testFromProto() {
60
assertThat(encryptionInfo.getType()).isEqualTo(EncryptionInfo.Type.CUSTOMER_MANAGED_ENCRYPTION);
61
assertThat(encryptionInfo.getKmsKeyVersion()).isEqualTo("some version");
62
assertThat(encryptionInfo.toString()).isEqualTo(proto.toString());
63
+ assertThat(encryptionInfo.hashCode()).isEqualTo(proto.hashCode());
64
}
65
0 commit comments