summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-28 04:10:55 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-28 04:10:55 +0500
commit86f774e1b07cda8b451bf5fa23b6de2a1d78dfea (patch)
tree361054e286de41209b83c29c96282deebb5d01a2 /api
parent9e7ba4aa5dec9882e6fcf747b464cd8d5cee1e98 (diff)
parentb1c3bd37adb32f6ab84b27ec53165d15f656e9b7 (diff)
downloadchat-86f774e1b07cda8b451bf5fa23b6de2a1d78dfea.tar.gz
chat-86f774e1b07cda8b451bf5fa23b6de2a1d78dfea.tar.bz2
chat-86f774e1b07cda8b451bf5fa23b6de2a1d78dfea.zip
Merge branch 'master' of https://github.com/mattermost/platform
Diffstat (limited to 'api')
-rw-r--r--api/web_socket_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/web_socket_test.go b/api/web_socket_test.go
index c7b612cde..15bc3baeb 100644
--- a/api/web_socket_test.go
+++ b/api/web_socket_test.go
@@ -119,7 +119,7 @@ func TestSocket(t *testing.T) {
}
-func TestZZWebScoketTearDown(t *testing.T) {
+func TestZZWebSocketTearDown(t *testing.T) {
// *IMPORTANT* - Kind of hacky
// This should be the last function in any test file
// that calls Setup()