ooni-probe-cli/internal/engine/netx/httptransport/http3transport_test.go

13 lines
290 B
Go
Raw Normal View History

package httptransport_test
import (
"testing"
"github.com/ooni/probe-cli/v3/internal/engine/netx/httptransport"
)
func TestNewHTTP3Transport(t *testing.T) {
// mainly to cover a line which otherwise won't be directly covered
httptransport.NewHTTP3Transport(httptransport.Config{})
}