mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-25 19:57:52 +08:00
fix
This commit is contained in:
@ -121,6 +121,6 @@ void main() {
|
||||
final MockTencentKitPlatform fakePlatform = MockTencentKitPlatform();
|
||||
TencentKitPlatform.instance = fakePlatform;
|
||||
|
||||
expect(await Tencent.isQQInstalled(), true);
|
||||
expect(await Tencent.instance.isQQInstalled(), true);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user