mirror of https://github.com/stretchr/testify.git
parent
08b5acc756
commit
3acde138ca
|
@ -1,8 +1,9 @@
|
|||
package http
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/mock"
|
||||
"net/http"
|
||||
|
||||
"github.com/stretchr/testify/mock"
|
||||
)
|
||||
|
||||
// TestRoundTripper DEPRECATED USE net/http/httptest
|
||||
|
|
Loading…
Reference in New Issue