Skip to content

Commit

Permalink
Reduce test log spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 28, 2021
1 parent a08254e commit 5c6aa04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ func TestLocal(t *testing.T) {
func TestLocalConcurrent(t *testing.T) {
once.Do(setup)
loc := server.NewLocal(handler.Map{
"Test": handler.New(func(_ context.Context, req *jrpc2.Request) error {
t.Logf("Call id=%q", req.ID())
return nil
}),
"Test": handler.New(func(context.Context) error { return nil }),
}, testOpts)

const numCallers = 20
Expand Down

0 comments on commit 5c6aa04

Please sign in to comment.