@@ -1500,53 +1500,53 @@ describe('update document', function() {
15001500 foo : 'foobar' ,
15011501 'foo.bar' : 'foobar' ,
15021502 } ) ;
1503- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1503+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15041504
15051505 assert . throws ( ( ) => {
15061506 firestore . doc ( 'collectionId/documentId' ) . update ( {
15071507 foo : 'foobar' ,
15081508 'foo.bar.foobar' : 'foobar' ,
15091509 } ) ;
1510- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1510+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15111511
15121512 assert . throws ( ( ) => {
15131513 firestore . doc ( 'collectionId/documentId' ) . update ( {
15141514 'foo.bar' : 'foobar' ,
15151515 foo : 'foobar' ,
15161516 } ) ;
1517- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1517+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15181518
15191519 assert . throws ( ( ) => {
15201520 firestore . doc ( 'collectionId/documentId' ) . update ( {
15211521 'foo.bar' : 'foobar' ,
15221522 'foo.bar.foo' : 'foobar' ,
15231523 } ) ;
1524- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o .b a r " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1524+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o .b a r " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15251525
15261526 assert . throws ( ( ) => {
15271527 firestore . doc ( 'collectionId/documentId' ) . update ( {
15281528 'foo.bar' : { foo : 'foobar' } ,
15291529 'foo.bar.foo' : 'foobar' ,
15301530 } ) ;
1531- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o .b a r " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1531+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o .b a r " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15321532
15331533 assert . throws ( ( ) => {
15341534 firestore
15351535 . doc ( 'collectionId/documentId' )
15361536 . update ( 'foo.bar' , 'foobar' , 'foo' , 'foobar' ) ;
1537- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1537+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15381538
15391539 assert . throws ( ( ) => {
15401540 firestore
15411541 . doc ( 'collectionId/documentId' )
15421542 . update ( 'foo' , { foobar : 'foobar' } , 'foo.bar' , { foobar : 'foobar' } ) ;
1543- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1543+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15441544
15451545 assert . throws ( ( ) => {
15461546 firestore
15471547 . doc ( 'collectionId/documentId' )
15481548 . update ( 'foo' , { foobar : 'foobar' } , 'foo.bar' , { foobar : 'foobar' } ) ;
1549- } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " h a s c o n f l i c t i n g d e f i n i t i o n s \. / ) ;
1549+ } , / A r g u m e n t " d a t a O r F i e l d " i s n o t a v a l i d U p d a t e M a p . F i e l d " f o o " w a s s p e c i f i e d m u l t i p l e t i m e s \. / ) ;
15501550 } ) ;
15511551
15521552 it ( 'with valid field paths' , function ( ) {
0 commit comments