Skip to content

Commit

Permalink
Update CacheManagerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Apr 12, 2024
1 parent 0c22b14 commit d72b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cache/CacheManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function testMakesRepositoryWithoutDispatcherWhenEventsDisabled()
],
'my_store_without_events' => [
'driver' => 'array',
'with_events' => false,
'events' => false,
],
],
],
Expand Down

0 comments on commit d72b116

Please sign in to comment.