Skip to content

Commit bfd2544

Browse files
author
yangshangzhi
committed
remove test
1 parent d1c1419 commit bfd2544

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/flutter_custom_dialog_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:flutter/services.dart';
22
import 'package:flutter_test/flutter_test.dart';
3-
import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
43

54
void main() {
65
const MethodChannel channel = MethodChannel('flutter_custom_dialog');
@@ -15,7 +14,4 @@ void main() {
1514
channel.setMockMethodCallHandler(null);
1615
});
1716

18-
test('getPlatformVersion', () async {
19-
expect(await FlutterCustomDialog.platformVersion, '42');
20-
});
2117
}

0 commit comments

Comments
 (0)