Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Nov 6, 2023
1 parent 08555a9 commit c0c4d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connect_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,7 @@ func TestBidiStreamServerSendsFirstMessage(t *testing.T) {
func TestStreamForServer(t *testing.T) {
t.Parallel()
newPingClient := func(t *testing.T, pingServer pingv1connect.PingServiceHandler) pingv1connect.PingServiceClient {
t.Helper()
mux := http.NewServeMux()
mux.Handle(pingv1connect.NewPingServiceHandler(pingServer))
server := memhttptest.NewServer(t, mux)
Expand Down

0 comments on commit c0c4d63

Please sign in to comment.