From df4ab6a8afe69d949bbff9928063119ccb933d63 Mon Sep 17 00:00:00 2001 From: roshan04 Date: Wed, 9 Aug 2023 18:03:22 +0530 Subject: [PATCH] updated spec description --- test/unit/bin/helpers/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/bin/helpers/utils.js b/test/unit/bin/helpers/utils.js index fed8049f..f2751d76 100644 --- a/test/unit/bin/helpers/utils.js +++ b/test/unit/bin/helpers/utils.js @@ -4027,7 +4027,7 @@ describe('utils', () => { expect(bsConfig).to.be.eql(expectedResult); }); - it('should set true if interactive_debugging caps passed is false', () => { + it('should set false if interactive_debugging caps passed is false', () => { let bsConfig = { run_settings: { interactive_debugging: false @@ -4043,7 +4043,7 @@ describe('utils', () => { expect(bsConfig).to.be.eql(expectedResult); }); - it('should set true if interactiveDebugging caps passed is false', () => { + it('should set false if interactiveDebugging caps passed is false', () => { let bsConfig = { run_settings: { interactiveDebugging: false