mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-14 23:20:49 +08:00
Fix JavaApiTest
This commit is contained in:
parent
15f46985ec
commit
c9cc29d1d4
@ -142,7 +142,7 @@ public class JavaApiTests {
|
||||
Contact.sendImage(contact, (InputStream) magic()); // returns MessageReceipt
|
||||
|
||||
// experimental
|
||||
ExternalResource.uploadAsGroupVoice(magic(), (Group) contact);
|
||||
ExternalResource.uploadAsVoice(magic(), (Group) contact);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Loading…
Reference in New Issue
Block a user