Skip to content

Commit 41f678b

Browse files
johnstcnmafredri
andauthored
Update testutil/eventually.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 5eb64ec commit 41f678b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testutil/eventually.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func Eventually(ctx context.Context, t testing.TB, condition func(context.Contex
3838
if condition(ctx) {
3939
return true
4040
}
41-
tick = ticker.C
4241
}
4342
}
4443
}

0 commit comments

Comments
 (0)