Skip to content

Commit

Permalink
Fix mistype var
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 7, 2017
1 parent 2588f49 commit 44f0a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pug/AssetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testFacade()
$html
);

$html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $pug->render($template)));
$html = trim(str_replace([' />', "\r", "\n"], ['>', '', ''], $bis->render($template)));

self::assertSame(
'<link rel="stylesheet" href="css/app.min.css">' .
Expand Down

0 comments on commit 44f0a31

Please sign in to comment.