Skip to content

Commit 44f0a31

Browse files
committed
Fix mistype var
1 parent 2588f49 commit 44f0a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pug/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testFacade()
6363
$html
6464
);
6565

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

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

0 commit comments

Comments
 (0)