Skip to content

Commit 30021fe

Browse files
authored
Fix firestore_simple CloudEvent test data (#65)
3a1ee52 mistakenly changed the document ID in the subject.
1 parent 4e08144 commit 30021fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

events/events_data.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

events/generate/data/firestore_simple-cloudevent-input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"specversion": "1.0",
33
"type": "google.cloud.firestore.document.v1.written",
44
"source": "//firestore.googleapis.com/projects/project-id/databases/(default)",
5-
"subject": "documents/gcf-test/IH75dRdeYJKd4uuQiqch",
5+
"subject": "documents/gcf-test/2Vm2mI1d0wIaK2Waj5to",
66
"id": "aaaaaa-1111-bbbb-2222-cccccccccccc",
77
"time": "2020-09-29T11:32:00.000Z",
88
"datacontenttype": "application/json",

events/generate/data/firestore_simple-cloudevent-output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"specversion": "1.0",
33
"type": "google.cloud.firestore.document.v1.written",
44
"source": "//firestore.googleapis.com/projects/project-id/databases/(default)",
5-
"subject": "documents/gcf-test/IH75dRdeYJKd4uuQiqch",
5+
"subject": "documents/gcf-test/2Vm2mI1d0wIaK2Waj5to",
66
"id": "aaaaaa-1111-bbbb-2222-cccccccccccc",
77
"time": "2020-09-29T11:32:00.000Z",
88
"datacontenttype": "application/json",

0 commit comments

Comments
 (0)