Prettier fixes

This commit is contained in:
Simon Detheridge 2019-12-16 11:32:46 +00:00
parent 6974fd640d
commit 35d050a49c

View file

@ -317,7 +317,6 @@ describe('S3PersistorManagerTests', function() {
}
)
})
;[403, 404].forEach(statusCode =>
it(`should throw NotFoundError when S3 responds with ${statusCode}`, function(done) {
const error = new Error()