File tree 2 files changed +3
-3
lines changed
wechaty-puppet-padplus/src
main/scala/wechaty/padplus/support
test/scala/wechaty/padplus/support
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ trait MessageRawSupport {
46
46
// case _ => uploadFile(file.name,file.toStream)
47
47
// }
48
48
49
-
49
+
50
50
/*
51
51
data = {
52
52
fileName,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class ContactRawSupportTest extends PadplusTestEventBase {
63
63
.willReturn(responseBuilder.build())
64
64
)
65
65
66
- val future = instance.getContactSelfInfo ()
66
+ val future = instance.contactSelfInfo ()
67
67
68
68
val grpcContact = new GetContactSelfInfoGrpcResponse
69
69
grpcContact.userName = " jcai"
@@ -80,7 +80,7 @@ class ContactRawSupportTest extends PadplusTestEventBase {
80
80
.willReturn(responseBuilder.build())
81
81
)
82
82
83
- val future = instance.getContactSelfInfo ()
83
+ val future = instance.contactSelfInfo ()
84
84
85
85
86
86
val payload = Await .ready(future, 10 seconds)
You can’t perform that action at this time.
0 commit comments