Skip to content

Commit 93c9c1e

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 827672471
1 parent 4a5e659 commit 93c9c1e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

protobuf/src/test/java/dev/cel/protobuf/CelLiteDescriptorTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ public void testAllTypesMessageLiteDescriptor_fullyQualifiedNames() {
5353
.isEqualTo("cel.expr.conformance.proto3.TestAllTypes");
5454
}
5555

56-
@Test
57-
public void testAllTypesMessageLiteDescriptor_fieldInfoMap_containsAllEntries() {
58-
MessageLiteDescriptor testAllTypesDescriptor =
59-
TEST_ALL_TYPES_CEL_LITE_DESCRIPTOR
60-
.getProtoTypeNamesToDescriptors()
61-
.get("cel.expr.conformance.proto3.TestAllTypes");
62-
63-
assertThat(testAllTypesDescriptor.getFieldDescriptors()).hasSize(243);
64-
}
65-
6656
@Test
6757
public void fieldDescriptor_getByFieldNumber() {
6858
MessageLiteDescriptor testAllTypesDescriptor =

0 commit comments

Comments
 (0)