We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2035e31 commit 96d6dd3Copy full SHA for 96d6dd3
dbos/system_database_test.go
@@ -3,8 +3,6 @@ package dbos
3
import (
4
"testing"
5
"time"
6
-
7
- "go.uber.org/goleak"
8
)
9
10
var backoffWithJitterTestcases = []struct {
@@ -40,7 +38,6 @@ var backoffWithJitterTestcases = []struct {
40
38
}
41
39
42
func TestBackoffWithJitter(t *testing.T) {
43
- defer goleak.VerifyNone(t)
44
for _, testcase := range backoffWithJitterTestcases {
45
t.Run(testcase.name, func(t *testing.T) {
46
got := backoffWithJitter(testcase.retryAttempt)
0 commit comments