Skip to content

Commit

Permalink
this tests is not checking what it should
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Feb 22, 2016
1 parent 039068a commit 435edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Network/Http/ClientTest.php
Expand Up @@ -52,7 +52,7 @@ public function testConstructConfig()
'host' => 'example.org',
'auth' => ['username' => 'mark', 'password' => 'secret']
];
foreach ($config as $key => $val) {
foreach ($expected as $key => $val) {
$this->assertEquals($val, $result[$key]);
}
}
Expand Down

0 comments on commit 435edae

Please sign in to comment.