we were getting ValueError: list.remove(x): x not in list errors upon members leaving channels, so I added a check before adding/removing a member. This required updating the test suite, which previously was only adding one member type 50 times. I added the ability to properly add test users and channels while fixing those tests.
we were getting
ValueError: list.remove(x): x not in list
errors upon members leaving channels, so I added a check before adding/removing a member. This required updating the test suite, which previously was only adding one member type 50 times. I added the ability to properly add test users and channels while fixing those tests.