From 35d050a49ca8a10c5f0f06f417d1acc31f821fbc Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 16 Dec 2019 11:32:46 +0000 Subject: [PATCH] Prettier fixes --- services/filestore/test/unit/js/S3PersistorManagerTests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/filestore/test/unit/js/S3PersistorManagerTests.js b/services/filestore/test/unit/js/S3PersistorManagerTests.js index c0a03696a8..777c9c5a32 100644 --- a/services/filestore/test/unit/js/S3PersistorManagerTests.js +++ b/services/filestore/test/unit/js/S3PersistorManagerTests.js @@ -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()