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
Prev Previous commit
Next Next commit
dartfmt
  • Loading branch information
harryterkelsen committed Nov 21, 2019
commit 04c133f9196f56908436891917a2bfffa8f1e3e8
3 changes: 2 additions & 1 deletion packages/cloud_firestore/test/cloud_firestore_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ void main() {
"hasPendingWrites": false,
"isFromCache": false,
};
const MethodChannel firebaseCoreChannel = MethodChannel('plugins.flutter.io/firebase_core');
const MethodChannel firebaseCoreChannel =
MethodChannel('plugins.flutter.io/firebase_core');

setUp(() async {
mockHandleId = 0;
Expand Down