Skip to content

Commit 405953e

Browse files
committed
Prettify files touched by PR
Issue: ARSN-613
1 parent 547a4f6 commit 405953e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

tests/unit/storage/metadata/mongoclient/MongoClientInterface.spec.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,13 @@ describe('MongoClientInterface::createBucket', () => {
384384
commandStub = sinon.stub().resolves({});
385385
client.db = {
386386
collection: sinon.stub().returns({
387-
updateOne: sinon.stub().resolves(updateOneResult || {
388-
matchedCount: 0,
389-
modifiedCount: 0,
390-
upsertedCount: 1,
391-
}),
387+
updateOne: sinon.stub().resolves(
388+
updateOneResult || {
389+
matchedCount: 0,
390+
modifiedCount: 0,
391+
upsertedCount: 1,
392+
},
393+
),
392394
}),
393395
createCollection: createCollectionStub,
394396
};

0 commit comments

Comments
 (0)