From b476eb5bc54303722ac5042a4dce8feb2f3255dd Mon Sep 17 00:00:00 2001
From: justin <noborder@qq.com>
Date: Tue, 3 Mar 2020 10:47:48 +0800
Subject: [PATCH]  test fix

---
 test/lib/unit/boost_channel_test.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/unit/boost_channel_test.dart b/test/lib/unit/boost_channel_test.dart
index 643e40f..c8feacf 100644
--- a/test/lib/unit/boost_channel_test.dart
+++ b/test/lib/unit/boost_channel_test.dart
@@ -3,7 +3,7 @@ import 'package:flutter/services.dart';
 import 'package:flutter_test/flutter_test.dart';
 
 void main() {
-
+  TestWidgetsFlutterBinding.ensureInitialized();
   const MethodChannel channel = MethodChannel('flutter_boost');
   final List<MethodCall> log = <MethodCall>[];
   dynamic response;
-- 
2.26.2