Skip to content

Commit

Permalink
Update healthmanager/subscription_manager_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Sirotin <[email protected]>
  • Loading branch information
friofry and igor-sirotin authored Dec 2, 2024
1 parent a2ccc88 commit 4f27821
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions healthmanager/subscription_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func TestSubscriptionManager_MultipleEmitsCollapse(t *testing.T) {
time.Sleep(100 * time.Millisecond)

mu.Lock()
if received != 1 {
t.Errorf("Expected 1 notifications, but received %d", received)
}
require.Equalf(t, 1, received, "Expected 1 notifications, but received %d", received)
mu.Unlock()
}

0 comments on commit 4f27821

Please sign in to comment.