Этот коммит содержится в:
Ben Schumacher
2021-07-12 20:05:36 +02:00
коммит произвёл Claudio Costa
родитель 953eebdef4
Коммит 97ccf0bdf6
472 изменённых файлов: 9126 добавлений и 9132 удалений

Просмотреть файл

@@ -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{},
},