diff --git a/tests/Pug/AssetsTest.php b/tests/Pug/AssetsTest.php index c5c5033..4f797d4 100644 --- a/tests/Pug/AssetsTest.php +++ b/tests/Pug/AssetsTest.php @@ -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( '' .