Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/cloud_firestore/test/cloud_firestore_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ void main() {
"hasPendingWrites": false,
"isFromCache": false,
};
const MethodChannel firebaseCoreChannel = MethodChannel('plugins.flutter.io/firebase_core');

setUp(() async {
mockHandleId = 0;
// Required for FirebaseApp.configure
FirebaseApp.channel.setMockMethodCallHandler(
firebaseCoreChannel.setMockMethodCallHandler(
(MethodCall methodCall) async {},
);
app = await FirebaseApp.configure(
Expand Down