Skip to content

Commit b7ef93f

Browse files
committed
reformat
1 parent 32bc396 commit b7ef93f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/queries/s3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export const pageObjectsFromS3 = ({
194194
.parallel(parallel);
195195
};
196196

197-
export const headS3Object= ({
197+
export const headS3Object = ({
198198
id: pipelineId,
199199
debug = d('s3'),
200200
bucketName = process.env.BUCKET_NAME,

test/unit/queries/s3.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ describe('queries/s3.js', () => {
368368
.done(done);
369369
});
370370
it('should head object missing headRequestField', (done) => {
371-
const stub = sinon.stub(Connector.prototype, 'headObject').resolves({
371+
sinon.stub(Connector.prototype, 'headObject').resolves({
372372
Metadata: {
373373
testkey: '1',
374374
},

0 commit comments

Comments
 (0)