We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c1419 commit bfd2544Copy full SHA for bfd2544
test/flutter_custom_dialog_test.dart
@@ -1,6 +1,5 @@
1
import 'package:flutter/services.dart';
2
import 'package:flutter_test/flutter_test.dart';
3
-import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
4
5
void main() {
6
const MethodChannel channel = MethodChannel('flutter_custom_dialog');
@@ -15,7 +14,4 @@ void main() {
15
14
channel.setMockMethodCallHandler(null);
16
});
17
18
- test('getPlatformVersion', () async {
19
- expect(await FlutterCustomDialog.platformVersion, '42');
20
- });
21
}
0 commit comments