Skip to content

Commit 41ea71f

Browse files
Fix missing aggregate query headers in umbrella (#10301) (#10302)
* Fix missing aggregate query headers in umbrella * remove duplicate import in test Co-authored-by: Morgan Chen <[email protected]>
1 parent dc34af6 commit 41ea71f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Firestore/Example/Tests/Integration/API/FIRCountTests.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
#import <XCTest/XCTest.h>
2020

2121
#import "Firestore/Example/Tests/Util/FSTIntegrationTestCase.h"
22-
#import "Firestore/Source/Public/FirebaseFirestore/FIRAggregateQuery.h"
23-
#import "Firestore/Source/Public/FirebaseFirestore/FIRAggregateQuerySnapshot.h"
24-
#import "Firestore/Source/Public/FirebaseFirestore/FIRAggregateSource.h"
2522

2623
@interface FIRCountTests : FSTIntegrationTestCase
2724
@end

Firestore/Source/Public/FirebaseFirestore/FirebaseFirestore.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17+
#import "FIRAggregateQuery.h"
18+
#import "FIRAggregateQuerySnapshot.h"
19+
#import "FIRAggregateSource.h"
1720
#import "FIRCollectionReference.h"
1821
#import "FIRDocumentChange.h"
1922
#import "FIRDocumentReference.h"

0 commit comments

Comments
 (0)