Skip to content

Commit 0ce586f

Browse files
authored
Merge pull request #25 from joshwtredmond/fix-unit-tests
Fixes unit tests
2 parents da9b523 + 044cba6 commit 0ce586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Suites/CurlClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function testRequestReturnsOutput()
2929
{
3030
$result = $this->client->send('GET', 'http://google.com', array(), array('foo' => 'bar'));
3131

32-
$this->assertContains('<HTML', $result);
32+
$this->assertContains('<html', $result);
3333
}
3434
}

0 commit comments

Comments
 (0)