Skip to content

Commit

Permalink
test: improve code coverage
Browse files Browse the repository at this point in the history
Change-Id: If286f8dc468d01e76089e9a32902a48c6b5f3779
  • Loading branch information
ad548 committed Mar 13, 2021
1 parent d8c2286 commit 04188e1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -60,5 +60,6 @@ public void testFromProto() {
assertThat(encryptionInfo.getType()).isEqualTo(EncryptionInfo.Type.CUSTOMER_MANAGED_ENCRYPTION);
assertThat(encryptionInfo.getKmsKeyVersion()).isEqualTo("some version");
assertThat(encryptionInfo.toString()).isEqualTo(proto.toString());
assertThat(encryptionInfo.hashCode()).isEqualTo(proto.hashCode());
}
}

0 comments on commit 04188e1

Please sign in to comment.