summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-27 06:07:47 -0400
committerCorey Hulen <corey@hulen.com>2015-06-27 06:07:47 -0400
commit5ff8b54920720573f5136b805e522ea0a443023c (patch)
tree04918a8b549361402eb6b8ed177cc84d16715251
parentac56304bc7a869a4d531810e5380f595426ec7cf (diff)
parentdea39c7b64fa1cb21e955561bd3f9086f1c4cfda (diff)
downloadchat-5ff8b54920720573f5136b805e522ea0a443023c.tar.gz
chat-5ff8b54920720573f5136b805e522ea0a443023c.tar.bz2
chat-5ff8b54920720573f5136b805e522ea0a443023c.zip
Merge pull request #59 from haikoschol/master
Fix typo in function name
-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()