File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ var voiceMessageObject []byte = []byte(`{
32
32
}
33
33
}` )
34
34
35
- // `
36
-
37
35
func assertVoiceMessageObject (t * testing.T , message * VoiceMessage ) {
38
36
if message .Id != "430c44a0354aab7ac9553f7a49907463" {
39
37
t .Errorf ("Unexpected voice message id: %s" , message .Id )
@@ -141,8 +139,6 @@ var voiceMessageObjectWithParams []byte = []byte(`{
141
139
}
142
140
}` )
143
141
144
- // `
145
-
146
142
func TestNewVoiceMessageWithParams (t * testing.T ) {
147
143
SetServerResponse (200 , voiceMessageObjectWithParams )
148
144
@@ -201,8 +197,6 @@ var voiceMessageObjectWithCreatedDatetime []byte = []byte(`{
201
197
}
202
198
}` )
203
199
204
- // `
205
-
206
200
func TestNewVoiceMessageWithScheduledDatetime (t * testing.T ) {
207
201
SetServerResponse (200 , voiceMessageObjectWithCreatedDatetime )
208
202
@@ -298,8 +292,6 @@ var voiceMessageListObject = []byte(`{
298
292
]
299
293
}` )
300
294
301
- // `
302
-
303
295
func TestVoiceMessageList (t * testing.T ) {
304
296
SetServerResponse (200 , voiceMessageListObject )
305
297
You can’t perform that action at this time.
0 commit comments