mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-07-02 02:56:39 +08:00
Update tencent_kit_method_channel_test.dart
This commit is contained in:
@ -21,7 +21,7 @@ void main() {
|
|||||||
channel.setMockMethodCallHandler(null);
|
channel.setMockMethodCallHandler(null);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('getPlatformVersion', () async {
|
test('isQQInstalled', () async {
|
||||||
expect(await platform.isQQInstalled(), true);
|
expect(await platform.isQQInstalled(), true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user