|
@@ -647,7 +647,6 @@ func TestHelo(t *testing.T) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
func TestTransport(t *testing.T) {
|
|
func TestTransport(t *testing.T) {
|
|
|
|
|
|
path := PathParam([]string{"BODY", "8bitmime"})
|
|
path := PathParam([]string{"BODY", "8bitmime"})
|
|
@@ -673,4 +672,4 @@ func TestTransport(t *testing.T) {
|
|
if transport != TransportTypeUnspecified {
|
|
if transport != TransportTypeUnspecified {
|
|
t.Error("transport was not unspecified")
|
|
t.Error("transport was not unspecified")
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|