diff --git a/libraries/botbuilder/tests/cloudAdapter.test.js b/libraries/botbuilder/tests/cloudAdapter.test.js index d6d0f73027..7ac885e3cf 100644 --- a/libraries/botbuilder/tests/cloudAdapter.test.js +++ b/libraries/botbuilder/tests/cloudAdapter.test.js @@ -80,7 +80,7 @@ describe('CloudAdapter', function () { return this.configuration; } - set(_path, _val) { } + set(_path, _val) {} } const activity = { type: ActivityTypes.Invoke, value: 'invoke' };