Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson committed Aug 23, 2019
1 parent 3c18d04 commit 61c217a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -7,6 +7,8 @@ import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
TestWidgetsFlutterBinding.ensureInitialized();

group('$FirebaseInAppMessaging', () {
final List<MethodCall> log = <MethodCall>[];

Expand Down

0 comments on commit 61c217a

Please sign in to comment.