Don't return error if already part of channel being joined (#2814)

Этот коммит содержится в:
Joram Wilander
2016-04-28 10:56:19 -04:00
коммит произвёл Christopher Speller
родитель 3dbb5ab4cc
Коммит 383cddd3d1
6 изменённых файлов: 32 добавлений и 10 удалений

Просмотреть файл

@@ -143,7 +143,7 @@ check-style:
test: start-docker
@echo Running tests
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=240s ./api || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=340s ./api || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./store || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1