Don't send updates twice

pull/16999/head
Luke Kysow 2023-04-13 16:29:55 -07:00
parent 44b39240a8
commit 12d5cc0c37
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}