uswitch/kiam

Add leaktest back to tests

Closed this issue · 1 comments

We used leaktest to ensure that we didn't leak goroutines.

It looks like these got removed/changed as part of all the refactorings for #109 so it'd be nice to add back and make sure we haven't introduced any leaks and that future tests/code are adequately covered.

This was merged in #192