summaryrefslogtreecommitdiffstats
path: root/api/post_test.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-01-03 09:39:29 -0500
committerenahum <nahumhbl@gmail.com>2017-01-03 11:39:29 -0300
commit8bd50724a687d6d58f3373ac009d654666f15860 (patch)
treecb11ceab94aacc4a51048dca9e750e79b921170d /api/post_test.go
parent2c71982f6073b7b4d9ab4a2f56053415c2d3581c (diff)
downloadchat-8bd50724a687d6d58f3373ac009d654666f15860.tar.gz
chat-8bd50724a687d6d58f3373ac009d654666f15860.tar.bz2
chat-8bd50724a687d6d58f3373ac009d654666f15860.zip
Remove TODOs that now have tickets (#4935)
Diffstat (limited to 'api/post_test.go')
-rw-r--r--api/post_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/post_test.go b/api/post_test.go
index eb01195db..509432a25 100644
--- a/api/post_test.go
+++ b/api/post_test.go
@@ -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