Merge pull request #185 from mattermost/mm-1348

fixes mm-1348 removing dependency on redis
This commit is contained in:
Corey Hulen
2015-07-17 14:45:50 -08:00
14 changed files with 36 additions and 217 deletions

View File

@@ -115,9 +115,6 @@ func TestSocket(t *testing.T) {
}()
time.Sleep(2 * time.Second)
hub.Stop(team.Id)
}
func TestZZWebSocketTearDown(t *testing.T) {