Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 4, 2020
1 parent 32a3365 commit a730e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Gaufrette/Functional/Adapter/AsyncAwsS3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ protected function tearDown()

try {
$this->client->deleteBucket(['Bucket' => $this->bucket]);
} catch (\Throwable $e) {}
} catch (\Throwable $e) {
}
}

private function createFilesystem(array $adapterOptions = [])
Expand Down Expand Up @@ -77,7 +78,6 @@ public function shouldCheckForObjectExistence()
$this->assertTrue($this->filesystem->has('foo'));
}


/**
* @test
*/
Expand Down

0 comments on commit a730e50

Please sign in to comment.