Skip to content

Commit 906b7ed

Browse files
committed
Fix test
1 parent fb9b25a commit 906b7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PackageServiceProviderTests/PackageViewsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public function it_can_publish_the_views()
2828
->artisan('vendor:publish --tag=laravel-package-tools-views')
2929
->assertExitCode(0);
3030

31-
$this->assertFileExists(base_path('resources/views/vendor/laravel-package-tools/test.blade.php'));
31+
$this->assertFileExists(base_path('resources/views/vendor/package-tools/test.blade.php'));
3232
}
3333
}

0 commit comments

Comments
 (0)