mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
5c836f2aa9
fix goroutine leak in renew testing Test overwrote the stopWatcher() function variable for the test without keeping and calling the original value. The original value is the function that stops the goroutine... so it needs to be called.