Skip to content

Commit

Permalink
Delete deletion test due changed behavior in flysystem 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuscnielsen committed Mar 9, 2022
1 parent 5300438 commit 537adec
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Feature/DeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ public function it_deletes_images()
$this->assertEquals('test.jpg', $deleted->path);
}

/** @test **/
public function it_throws_exception_on_failed_bucket_deletion()
{
$this->expectException(FailedDeletionException::class);

// test.jpg does not exist in storage

CloudImageFacade::delete('test.jpg');
}

/** @test **/
public function it_throws_exception_on_failed_http_request()
{
Expand Down

0 comments on commit 537adec

Please sign in to comment.