From 552d383352f6e583cc33b212e01190b601cf81b2 Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Wed, 8 Nov 2023 08:48:19 -0500 Subject: [PATCH] fix lint --- libraries/botbuilder/tests/cloudAdapter.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };