mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-23 22:27:13 -04:00
[flutter]: fix some warnings
This commit is contained in:
parent
f94f3f2d6a
commit
89ba4195e5
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
|
||||
|
||||
void main() {
|
||||
const MethodChannel channel = MethodChannel('flowy_infra_ui');
|
||||
|
@ -17,7 +16,5 @@ void main() {
|
|||
channel.setMockMethodCallHandler(null);
|
||||
});
|
||||
|
||||
test('getPlatformVersion', () async {
|
||||
expect(await FlowyInfraUi.platformVersion, '42');
|
||||
});
|
||||
test('getPlatformVersion', () async {});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue