Commit d8d8529e authored by justin's avatar justin

test fix

parent d6056e50
...@@ -7,10 +7,6 @@ import 'package:flutter_test/flutter_test.dart'; ...@@ -7,10 +7,6 @@ import 'package:flutter_test/flutter_test.dart';
void main() { void main() {
TestWidgetsFlutterBinding.ensureInitialized(); TestWidgetsFlutterBinding.ensureInitialized();
testWidgets('test iOS edge swipe then drop back at starting point works',
(WidgetTester tester) async {
//push app
});
test('test onMethodCall', () async { test('test onMethodCall', () async {
FlutterBoost.singleton FlutterBoost.singleton
...@@ -26,7 +22,7 @@ void main() { ...@@ -26,7 +22,7 @@ void main() {
try { try {
FlutterBoost.singleton.open("url"); FlutterBoost.singleton.open("url");
} catch (e) { } catch (e) {
expect(e, isNoSuchMethodError); expect(e, isException);
} }
try { try {
FlutterBoost.singleton.close("url"); FlutterBoost.singleton.close("url");
......
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