Skip to content

Commit df4ab6a

Browse files
committed
updated spec description
1 parent 7d08386 commit df4ab6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/bin/helpers/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)