Skip to content

Commit c75fb2f

Browse files
committed
Fix Tests
1 parent 594518a commit c75fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/UpdateCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
it('expects question if latest-version option is missing', function () {
7777
$this->artisan(UpdateCommand::class, [
7878
'--release-notes' => '::release-notes::',
79-
])->expectsQuestion('What version should the CHANGELOG should be updated too?', 'v1.0.0');
79+
])->expectsQuestion('What version should the CHANGELOG be updated too?', 'v1.0.0');
8080
});
8181

8282
it('uses current date for release date if no option is provieded', function () {

0 commit comments

Comments
 (0)