(p []byte)
| 3419 | } |
| 3420 | |
| 3421 | func (br *BrokenWriter) Write(p []byte) (n int, err error) { |
| 3422 | return 0, errors.New("failed writing") |
| 3423 | } |
| 3424 | |
| 3425 | func TestClientDisconnect(t *testing.T) { |
| 3426 | _, api := humatest.New(t, huma.DefaultConfig("Test API", "1.0.0")) |
no outgoing calls
no test coverage detected