Skip to content

Commit

Permalink
fix(test): fixes a side effect of the test now that we have a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Aug 31, 2022
1 parent 9fcdba7 commit 977f6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/GetRecentChangelogItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
use Illuminate\Support\Facades\Storage;

test('command outputs error if it cannot find a changelog file', function() {
Storage::delete('CHANGELOG.md');

$this->withoutExceptionHandling();
$this->artisan('changelog:get-recent')
->expectsOutput('Cannot locate CHANGELOG.md file within project')
Expand Down

0 comments on commit 977f6ce

Please sign in to comment.