Correcting tests

Este commit está contenido en:
Michael 2019-10-02 10:46:07 +00:00
padre 7991b77343
commit fbe7a78dfb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -187,6 +187,6 @@ class CurlResultTest extends TestCase
]);
$this->assertNotEmpty($curlResult->getHeader());
$this->assertEmpty('vary', $curlResult->getHeader('wrongHeader'));
$this->assertEmpty($curlResult->getHeader('wrongHeader'));
}
}