Skip to content

Commit a1028be

Browse files
committed
Remove no longer necessary .Release()
...now that the resolver takes ownership.
1 parent b11ac49 commit a1028be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/senderpromise_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ func TestPromiseOrdering(t *testing.T) {
392392
if i == 100 {
393393
go func() {
394394
bs := testcapnp.PingPong(c1.Bootstrap(ctx))
395-
defer bs.Release()
396395
r.Fulfill(bs)
397396
}()
398397
}

0 commit comments

Comments
 (0)