Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Feb 27, 2018
1 parent d78dd78 commit 53a4093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/functional/ApplicationControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function testPostRequestHTML()
*/
public function testJsAccessible()
{
$expected = "/*\n 2010-2018 David P. Shorthouse";
$expected = "/**\n * SimpleMappr - create point";
$response = file_get_contents(MAPPR_URL . "/public/javascript/simplemappr.min.js");
$this->assertEquals($expected, substr($response, 0, 33));
}
Expand Down

0 comments on commit 53a4093

Please sign in to comment.