File tree Expand file tree Collapse file tree
handwritten/firestore/dev Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {google} from '../protos/firestore_proto_api';
2222import { ExponentialBackoff } from './backoff' ;
2323import { DocumentSnapshotBuilder , QueryDocumentSnapshot } from './document' ;
2424import { DocumentChange , DocumentChangeType } from './document-change' ;
25- import Firestore , { DocumentReference , Query } from './index' ;
25+ import { DocumentReference , Firestore , Query } from './index' ;
2626import { logger } from './logger' ;
2727import { QualifiedResourcePath } from './path' ;
2828import { Timestamp } from './timestamp' ;
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ describe('serialize document', () => {
274274 } ) . to . throw ( 'Value for argument "latitude" is not a valid number' ) ;
275275
276276 expect ( ( ) => {
277- new ( Firestore as InvalidApiUsage ) . GeoPoint ( ) ;
277+ new ( GeoPoint as InvalidApiUsage ) ( ) ;
278278 } ) . to . throw ( 'Value for argument "latitude" is not a valid number' ) ;
279279
280280 expect ( ( ) => {
You can’t perform that action at this time.
0 commit comments