mirror of https://github.com/status-im/consul.git
Don't send updates twice (#16999)
This commit is contained in:
parent
268f93e6f4
commit
46212cc570
|
@ -39,7 +39,6 @@ func TestManager_Run(t *testing.T) {
|
|||
|
||||
// Make sure after manager has stopped no more statuses are pushed.
|
||||
cancel()
|
||||
mgr.SendUpdate()
|
||||
client.AssertExpectations(t)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue