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 4a5e659 commit 93c9c1eCopy full SHA for 93c9c1e
protobuf/src/test/java/dev/cel/protobuf/CelLiteDescriptorTest.java
@@ -53,16 +53,6 @@ public void testAllTypesMessageLiteDescriptor_fullyQualifiedNames() {
53
.isEqualTo("cel.expr.conformance.proto3.TestAllTypes");
54
}
55
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
66
@Test
67
public void fieldDescriptor_getByFieldNumber() {
68
MessageLiteDescriptor testAllTypesDescriptor =
0 commit comments