We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08254e commit 5c6aa04Copy full SHA for 5c6aa04
server/local_test.go
@@ -56,10 +56,7 @@ func TestLocal(t *testing.T) {
56
func TestLocalConcurrent(t *testing.T) {
57
once.Do(setup)
58
loc := server.NewLocal(handler.Map{
59
- "Test": handler.New(func(_ context.Context, req *jrpc2.Request) error {
60
- t.Logf("Call id=%q", req.ID())
61
- return nil
62
- }),
+ "Test": handler.New(func(context.Context) error { return nil }),
63
}, testOpts)
64
65
const numCallers = 20
0 commit comments