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', () => {
4027
4027
expect ( bsConfig ) . to . be . eql ( expectedResult ) ;
4028
4028
} ) ;
4029
4029
4030
- it ( 'should set true if interactive_debugging caps passed is false' , ( ) => {
4030
+ it ( 'should set false if interactive_debugging caps passed is false' , ( ) => {
4031
4031
let bsConfig = {
4032
4032
run_settings : {
4033
4033
interactive_debugging : false
@@ -4043,7 +4043,7 @@ describe('utils', () => {
4043
4043
expect ( bsConfig ) . to . be . eql ( expectedResult ) ;
4044
4044
} ) ;
4045
4045
4046
- it ( 'should set true if interactiveDebugging caps passed is false' , ( ) => {
4046
+ it ( 'should set false if interactiveDebugging caps passed is false' , ( ) => {
4047
4047
let bsConfig = {
4048
4048
run_settings : {
4049
4049
interactiveDebugging : false
You can’t perform that action at this time.
0 commit comments