Skip to content

Commit 962ba30

Browse files
author
Dirk Hoekstra
committed
Fix formatting
1 parent f414c29 commit 962ba30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

voice_message_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ var voiceMessageObject []byte = []byte(`{
3232
}
3333
}`)
3434

35-
// `
36-
3735
func assertVoiceMessageObject(t *testing.T, message *VoiceMessage) {
3836
if message.Id != "430c44a0354aab7ac9553f7a49907463" {
3937
t.Errorf("Unexpected voice message id: %s", message.Id)
@@ -141,8 +139,6 @@ var voiceMessageObjectWithParams []byte = []byte(`{
141139
}
142140
}`)
143141

144-
// `
145-
146142
func TestNewVoiceMessageWithParams(t *testing.T) {
147143
SetServerResponse(200, voiceMessageObjectWithParams)
148144

@@ -201,8 +197,6 @@ var voiceMessageObjectWithCreatedDatetime []byte = []byte(`{
201197
}
202198
}`)
203199

204-
// `
205-
206200
func TestNewVoiceMessageWithScheduledDatetime(t *testing.T) {
207201
SetServerResponse(200, voiceMessageObjectWithCreatedDatetime)
208202

@@ -298,8 +292,6 @@ var voiceMessageListObject = []byte(`{
298292
]
299293
}`)
300294

301-
// `
302-
303295
func TestVoiceMessageList(t *testing.T) {
304296
SetServerResponse(200, voiceMessageListObject)
305297

0 commit comments

Comments
 (0)