diff --git a/tests/OverrideNovaPackagesMiddlewareTest.php b/tests/OverrideNovaPackagesMiddlewareTest.php index 97054d7..63fff2b 100644 --- a/tests/OverrideNovaPackagesMiddlewareTest.php +++ b/tests/OverrideNovaPackagesMiddlewareTest.php @@ -7,7 +7,7 @@ it('replaces registered styles and scripts with the bundled files', function () { $this->app->setBasePath(testDirectory('fixtures')); - expect(public_path())->toBe('tests'.DIRECTORY_SEPARATOR.'fixtures'.DIRECTORY_SEPARATOR.'public'); + expect(public_path())->toBe('tests'.DIRECTORY_SEPARATOR.'fixtusres'.DIRECTORY_SEPARATOR.'public'); Nova::script('test-package', testDirectory('fixtures/input/test.js')); Nova::style('test-package', testDirectory('fixtures/input/test.css'));