Track recent reorg in testing clockery

Kubernetes-commit: 20ccd735f6a55fdd9ecbe8cddb889310f0bc033b
This commit is contained in:
Mike Spreitzer 2021-09-13 16:15:28 -04:00 committed by Kubernetes Publisher
parent fb7ec730d3
commit f17b9e7b4b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func (wgc *waitGroupCounter) Add(delta int) {
var frame runtime.Frame
frame, more = frames.Next()
fileParts := strings.Split(frame.File, "/")
isMine := strings.HasSuffix(frame.File, "/fairqueuing/eventclock/testing/fake.go")
isMine := strings.HasSuffix(frame.File, "/fairqueuing/testing/eventclock/fake.go")
if isMine {
boundary = 2
}