Remove TODOs that now have tickets (#4935)

Этот коммит содержится в:
Joram Wilander
2017-01-03 09:39:29 -05:00
коммит произвёл enahum
родитель 2c71982f60
Коммит 8bd50724a6
3 изменённых файлов: 0 добавлений и 3 удалений

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

@@ -1323,7 +1323,6 @@ func TestGetFileInfosForPost(t *testing.T) {
}
}
// TODO: Needs to be vastly fleshed out
func TestSendNotifications(t *testing.T) {
th := Setup().InitBasic()
Client := th.BasicClient

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

@@ -13,7 +13,6 @@ import (
"github.com/mattermost/platform/model"
)
// XXX FIXME
/*func TestWebSocketAuthentication(t *testing.T) {
th := Setup().InitBasic()
WebSocketClient, err := th.CreateWebSocketClient()