We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d08386 commit df4ab6aCopy full SHA for df4ab6a
1 file changed
test/unit/bin/helpers/utils.js
@@ -4027,7 +4027,7 @@ describe('utils', () => {
4027
expect(bsConfig).to.be.eql(expectedResult);
4028
});
4029
4030
- it('should set true if interactive_debugging caps passed is false', () => {
+ it('should set false if interactive_debugging caps passed is false', () => {
4031
let bsConfig = {
4032
run_settings: {
4033
interactive_debugging: false
@@ -4043,7 +4043,7 @@ describe('utils', () => {
4043
4044
4045
4046
- it('should set true if interactiveDebugging caps passed is false', () => {
+ it('should set false if interactiveDebugging caps passed is false', () => {
4047
4048
4049
interactiveDebugging: false
0 commit comments