Update tencent_kit_method_channel_test.dart

This commit is contained in:
v7lin
2022-05-17 18:37:40 +08:00
parent d4f9587948
commit 54bb150250

View File

@ -21,7 +21,7 @@ void main() {
channel.setMockMethodCallHandler(null);
});
test('getPlatformVersion', () async {
test('isQQInstalled', () async {
expect(await platform.isQQInstalled(), true);
});
}