summaryrefslogtreecommitdiffstats
path: root/api/command_logout_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-10 01:13:51 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-10 01:13:51 -0600
commita70d5504091b93773e3cc0290be32ae51660bf30 (patch)
tree36fe41591d6375d2f4995abd43f89649a85cfd1b /api/command_logout_test.go
parent3edcf960a0502fbeb3e4b46e87ecb958646eeb39 (diff)
downloadchat-a70d5504091b93773e3cc0290be32ae51660bf30.tar.gz
chat-a70d5504091b93773e3cc0290be32ae51660bf30.tar.bz2
chat-a70d5504091b93773e3cc0290be32ae51660bf30.zip
Adding loading testing commands
Diffstat (limited to 'api/command_logout_test.go')
-rw-r--r--api/command_logout_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_logout_test.go b/api/command_logout_test.go
index 4c8f3e017..86979316b 100644
--- a/api/command_logout_test.go
+++ b/api/command_logout_test.go
@@ -10,7 +10,7 @@ import (
"github.com/mattermost/platform/store"
)
-func TestLogoutCommand(t *testing.T) {
+func TestLogoutTestCommand(t *testing.T) {
Setup()
team := &model.Team{DisplayName: "Name", Name: "z-z-" + model.NewId() + "a", Email: "test@nowhere.com", Type: model.TEAM_OPEN}