Skip to content

Commit

Permalink
Fixing failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 15, 2011
1 parent 568308d commit 08247a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/helpers/html.test.php
Expand Up @@ -594,7 +594,7 @@ function testScript() {

$result = $this->Html->script('http://example.com/test.json');
$expected = array(
'script' => array('type' => 'text/javascript', 'src' => 'http://example.com/test.json.js')
'script' => array('type' => 'text/javascript', 'src' => 'http://example.com/test.json')
);
$this->assertTags($result, $expected);

Expand Down

0 comments on commit 08247a9

Please sign in to comment.