@@ -78,7 +78,7 @@ describe("Cloud Firestore (v1)", () => {
78
78
79
79
it ( "should have the correct eventType" , ( ) => {
80
80
expect ( loggedContext ?. eventType ) . toEqual (
81
- "google.firestore.document.create "
81
+ "google.firestore.document.created "
82
82
) ;
83
83
} ) ;
84
84
@@ -136,7 +136,7 @@ describe("Cloud Firestore (v1)", () => {
136
136
137
137
it ( "should have the correct eventType" , ( ) => {
138
138
expect ( loggedContext ?. eventType ) . toEqual (
139
- "google.firestore.document.delete "
139
+ "google.firestore.document.deleted "
140
140
) ;
141
141
} ) ;
142
142
@@ -194,7 +194,7 @@ describe("Cloud Firestore (v1)", () => {
194
194
195
195
it ( "should have the correct eventType" , ( ) => {
196
196
expect ( loggedContext ?. eventType ) . toEqual (
197
- "google.firestore.document.update "
197
+ "google.firestore.document.updated "
198
198
) ;
199
199
} ) ;
200
200
@@ -252,7 +252,7 @@ describe("Cloud Firestore (v1)", () => {
252
252
253
253
it ( "should have the correct eventType" , ( ) => {
254
254
expect ( loggedContext ?. eventType ) . toEqual (
255
- "google.firestore.document.write "
255
+ "google.firestore.document.written "
256
256
) ;
257
257
} ) ;
258
258
0 commit comments