Skip to content

Commit

Permalink
✅ Fix AWS S3 (no async) test (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- authored Sep 24, 2022
1 parent 79b030a commit 90f8e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Gaufrette/Functional/Adapter/AwsS3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ private function createFilesystem(array $adapterOptions = [])

/**
* @test
* @expectedException \RuntimeException
*/
public function shouldThrowExceptionIfBucketMissingAndNotCreating(): void
{
$this->expectException(\RuntimeException::class);
$this->createFilesystem();
$this->filesystem->read('foo');
}
Expand Down

0 comments on commit 90f8e1e

Please sign in to comment.