Skip to content

Commit c446bb5

Browse files
committed
fix: flaky tests
1 parent fa1c350 commit c446bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cache_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ func TestRememberWait2(t *testing.T) {
286286

287287
go func() {
288288
_, _ = cache.RememberBlocking(context.Background(), func(ctx context.Context) (*Response, error) {
289-
290289
return &response, nil
291290
}, func(ctx context.Context, data *Response) {}, "data3", 1*time.Second)
292291
}()

0 commit comments

Comments
 (0)