Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hieumoscow committed Nov 7, 2023
1 parent 4c399a8 commit 842baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder/tests/cloudAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('CloudAdapter', function () {
return this.configuration;
}

set(_path, _val) {}
set(_path, _val) { }
}

const activity = { type: ActivityTypes.Invoke, value: 'invoke' };
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('CloudAdapter', function () {

assert.equal(StatusCodes.UNAUTHORIZED, res.statusCode);
expect(consoleStub.calledWithMatch({ message: 'The token has expired' })).to.be.true;
});
});

it('calls processActivityDirect with string authorization', async function () {
const logic = async (context) => {
Expand Down

0 comments on commit 842baf3

Please sign in to comment.