Skip to content

Commit 768c9f5

Browse files
committed
test name
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
1 parent 64fe2d2 commit 768c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ func TestIterateHierachy(t *testing.T) {
10221022
})
10231023
}
10241024

1025-
// TestDeadlock_startMissingWatches validates that starting watches will not create a deadlock
1025+
// Test_watchEvents_Deadlock validates that starting watches will not create a deadlock
10261026
// caused by using improper locking in various callback methods when there is a high load on the
10271027
// system.
10281028
func Test_watchEvents_Deadlock(t *testing.T) {

0 commit comments

Comments
 (0)