Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unset connectivity delegate during tearDown in connectivity tests (#527)
Motivation: Some tests register a connectivity state delegate which fulfills expectations on state changes. In some cases this causes the test to fail during tear down as the expectation may be over fulfilled. Modifications: Remove the connectivity state delegate during the first step of tear down. Result: Expectations are not overfulfilled during test tear down.
- Loading branch information