Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Feb 26, 2024
1 parent 7cac689 commit 3be2127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" livewire/livewire --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: List Installed Dependencies
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/SchedulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

it('can register schedules', function () {
$schedules = collect(app(Schedule::class)->events())
->select('command')
->pluck('command')
->flatten()
->toArray();

Expand Down

0 comments on commit 3be2127

Please sign in to comment.