Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Sep 27, 2023
1 parent 502cd19 commit 6ad14c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PublishCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

it('finds and bundles registered scripts and styles', function () {
$this->app->setBasePath(testDirectory('fixtures'));
expect(public_path())->toBe('tests/fixtures'.DIRECTORY_SEPARATOR.'public');
expect(public_path())->toBe('tests'.DIRECTORY_SEPARATOR.'fixtures'.DIRECTORY_SEPARATOR.'public');

Nova::$tools = [TestTool::make()];
Nova::serving(function () {
Expand Down

0 comments on commit 6ad14c1

Please sign in to comment.