summaryrefslogtreecommitdiffstats
path: root/api/web_socket_test.go
diff options
context:
space:
mode:
authorHaiko Schol <hs@haikoschol.com>2015-06-24 14:21:27 +0200
committerHaiko Schol <hs@haikoschol.com>2015-06-24 14:21:27 +0200
commitdea39c7b64fa1cb21e955561bd3f9086f1c4cfda (patch)
tree14604fa8d5b17b1aa9ca6f6141bf5bbf00b4b472 /api/web_socket_test.go
parent5bc0a19953a4c66058da08e7d560a01b0d428607 (diff)
downloadchat-dea39c7b64fa1cb21e955561bd3f9086f1c4cfda.tar.gz
chat-dea39c7b64fa1cb21e955561bd3f9086f1c4cfda.tar.bz2
chat-dea39c7b64fa1cb21e955561bd3f9086f1c4cfda.zip
Fix typo in function name
Diffstat (limited to 'api/web_socket_test.go')
-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()