[MM-16751] golint model (#17896)
Этот коммит содержится в:
коммит произвёл
Claudio Costa
родитель
953eebdef4
Коммит
97ccf0bdf6
@@ -17,7 +17,7 @@ func TestParseSlackAttachment(t *testing.T) {
|
||||
ParseSlackAttachment(post, attachments)
|
||||
|
||||
expectedPost := &Post{
|
||||
Type: POST_SLACK_ATTACHMENT,
|
||||
Type: PostTypeSlackAttachment,
|
||||
Props: map[string]interface{}{
|
||||
"attachments": []*SlackAttachment{},
|
||||
},
|
||||
@@ -34,7 +34,7 @@ func TestParseSlackAttachment(t *testing.T) {
|
||||
ParseSlackAttachment(post, attachments)
|
||||
|
||||
expectedPost := &Post{
|
||||
Type: POST_SLACK_ATTACHMENT,
|
||||
Type: PostTypeSlackAttachment,
|
||||
Props: map[string]interface{}{
|
||||
"attachments": []*SlackAttachment{},
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user