Skip to content

Commit

Permalink
fix: lint fixes
Browse files Browse the repository at this point in the history
Change-Id: I9a5e83d7179fb00ed8958a3f315b26b9304b2bbb
  • Loading branch information
ad548 committed Mar 13, 2021
1 parent 9469962 commit dc3df15
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -41,9 +41,7 @@ public void testAllTypes() {
}

com.google.bigtable.admin.v2.EncryptionInfo randomEncryptionInfo =
com.google.bigtable.admin.v2.EncryptionInfo.newBuilder()
.setEncryptionTypeValue(14)
.build();
com.google.bigtable.admin.v2.EncryptionInfo.newBuilder().setEncryptionTypeValue(14).build();
assertWithMessage("Unrecognized proto enum value should be wrapped")
.that(EncryptionInfo.Type.fromProto(randomEncryptionInfo.getEncryptionType()))
.isEqualTo(EncryptionInfo.Type.UNRECOGNIZED);
Expand Down

0 comments on commit dc3df15

Please sign in to comment.