We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7607a44 commit 90c2bbdCopy full SHA for 90c2bbd
invoker/core/src/test/java/com/google/cloud/functions/invoker/GcfEventsTest.java
@@ -143,7 +143,7 @@ public void firestoreComplexData() throws IOException {
143
CloudEvent cloudEvent = GcfEvents.convertToCloudEvent(legacyEvent);
144
Map<String, Object> data = cloudEventDataJson(cloudEvent);
145
Map<?, ?> value = (Map<?, ?>) data.get("value");
146
- Map<?, ?> fields = (Map<?, ?>)value.get("fields");
+ Map<?, ?> fields = (Map<?, ?>) value.get("fields");
147
Map<String, Object> expectedFields = Map.of(
148
"arrayValue", Map.of("arrayValue",
149
Map.of("values",
0 commit comments