Skip to content

Commit 6008c1d

Browse files
authored
Update InteractsWithTwigTest.php
1 parent d50dbca commit 6008c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Traits/InteractsWithTwigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testItCreatesTwig(): void
2525
self::assertInstanceOf(Environment::class, $twig);
2626
$loader = $twig->getLoader();
2727
self::assertInstanceOf(FilesystemLoader::class, $loader);
28-
self::assertEquals([package_path('docker/template')], $loader->getPaths());
28+
self::assertEquals([package_path('resources/templates')], $loader->getPaths());
2929
}
3030

3131
public function testItCachesTwigInstances(): void

0 commit comments

Comments
 (0)