File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4027,7 +4027,7 @@ describe('utils', () => {
40274027 expect ( bsConfig ) . to . be . eql ( expectedResult ) ;
40284028 } ) ;
40294029
4030- it ( 'should set true if interactive_debugging caps passed is false' , ( ) => {
4030+ it ( 'should set false if interactive_debugging caps passed is false' , ( ) => {
40314031 let bsConfig = {
40324032 run_settings : {
40334033 interactive_debugging : false
@@ -4043,7 +4043,7 @@ describe('utils', () => {
40434043 expect ( bsConfig ) . to . be . eql ( expectedResult ) ;
40444044 } ) ;
40454045
4046- it ( 'should set true if interactiveDebugging caps passed is false' , ( ) => {
4046+ it ( 'should set false if interactiveDebugging caps passed is false' , ( ) => {
40474047 let bsConfig = {
40484048 run_settings : {
40494049 interactiveDebugging : false
You can’t perform that action at this time.
0 commit comments