@@ -78,7 +78,7 @@ describe("Cloud Firestore (v1)", () => {
7878
7979 it ( "should have the correct eventType" , ( ) => {
8080 expect ( loggedContext ?. eventType ) . toEqual (
81- "google.firestore.document.create "
81+ "google.firestore.document.created "
8282 ) ;
8383 } ) ;
8484
@@ -136,7 +136,7 @@ describe("Cloud Firestore (v1)", () => {
136136
137137 it ( "should have the correct eventType" , ( ) => {
138138 expect ( loggedContext ?. eventType ) . toEqual (
139- "google.firestore.document.delete "
139+ "google.firestore.document.deleted "
140140 ) ;
141141 } ) ;
142142
@@ -194,7 +194,7 @@ describe("Cloud Firestore (v1)", () => {
194194
195195 it ( "should have the correct eventType" , ( ) => {
196196 expect ( loggedContext ?. eventType ) . toEqual (
197- "google.firestore.document.update "
197+ "google.firestore.document.updated "
198198 ) ;
199199 } ) ;
200200
@@ -252,7 +252,7 @@ describe("Cloud Firestore (v1)", () => {
252252
253253 it ( "should have the correct eventType" , ( ) => {
254254 expect ( loggedContext ?. eventType ) . toEqual (
255- "google.firestore.document.write "
255+ "google.firestore.document.written "
256256 ) ;
257257 } ) ;
258258
0 commit comments