Skip to content

Commit

Permalink
correct filename for compare template
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 14, 2014
1 parent e2e5363 commit 6c0a144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/BakeViewTest.php
Expand Up @@ -113,7 +113,7 @@ public function testRenderNewlines() {
*/
public function testSwallowLeadingWhitespace() {
$result = $this->View->render('view_tests/leading_whitespace');
$expected = $this->_getCompareTemplate('leading-whitespace');
$expected = $this->_getCompareTemplate('leading_whitespace');

$this->assertSame(
$expected,
Expand Down

0 comments on commit 6c0a144

Please sign in to comment.