Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarre committed Oct 31, 2014
1 parent 6091797 commit 544ddac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -266,7 +266,7 @@ public function testAuthenticateUserFieldsRelatedModelsSuccess() {
$result = $this->auth->authenticate($request, $this->response);
$expected = array(
'id' => 1,
'title' => 'First Article',
'title' => 'First Article',
);
$this->assertEquals($expected, $result['Article']);
}
Expand Down

0 comments on commit 544ddac

Please sign in to comment.