File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,6 @@ func TestServerInterrupt(t *testing.T) {
149149 t .Fatal (err )
150150 }
151151
152- _ , err = session .ListTools (ctx , nil )
153- if err != nil {
154- t .Fatal (err )
155- }
156-
157152 t .Log ("Send a signal to the server process to terminate it" )
158153 if err := cmd .Process .Signal (os .Interrupt ); err != nil {
159154 t .Fatal (err )
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ func TestServerTransportCleanup(t *testing.T) {
470470 case <- ctx .Done ():
471471 t .Errorf ("did not capture transport deletion event from all session in 10 seconds" )
472472 case <- ch :
473- t .Log ("Received transport deletion signal of this session " )
473+ t .Log ("Received session transport deletion signal" )
474474 }
475475 }
476476
You can’t perform that action at this time.
0 commit comments