Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 746d8fe

Browse files
author
Stephen Seliuk
committed
fixed typing bug
1 parent ebbc1e2 commit 746d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClients/FacebookCurlHttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function testProperlyHandlesProxyHeaders()
270270
$this->assertEquals($headers, $this->fakeHeadersAsArray);
271271
}
272272

273-
public function testProperlyHandlesProxyHeadAdersWithCurlBug()
273+
public function testProperlyHandlesProxyHeadersWithCurlBug()
274274
{
275275
$rawHeader = $this->fakeRawProxyHeader . $this->fakeRawHeader;
276276
$this->curlMock

0 commit comments

Comments
 (0)