Commit b476eb5b authored by justin's avatar justin

test fix

parent e51cd3df
...@@ -3,7 +3,7 @@ import 'package:flutter/services.dart'; ...@@ -3,7 +3,7 @@ import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_test/flutter_test.dart';
void main() { void main() {
TestWidgetsFlutterBinding.ensureInitialized();
const MethodChannel channel = MethodChannel('flutter_boost'); const MethodChannel channel = MethodChannel('flutter_boost');
final List<MethodCall> log = <MethodCall>[]; final List<MethodCall> log = <MethodCall>[];
dynamic response; dynamic response;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment