Skip to content

Commit

Permalink
Attempt to allow usage of both flysystem v1 and v3
Browse files Browse the repository at this point in the history
  • Loading branch information
swayok committed Jul 20, 2022
1 parent 34973b6 commit 2c6f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/AlternativeLaravelCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function tearDown(): void {
$hierarchialFileStore = $this->getCache()->store('hierarchial_file');

$redisStore->flush();
// $fileStore->flush();
$fileStore->flush();
$hierarchialFileStore->flush();

parent::tearDown();
Expand Down

0 comments on commit 2c6f40b

Please sign in to comment.