Skip to content

Commit

Permalink
updated spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan04 committed Aug 9, 2023
1 parent 7d08386 commit df4ab6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/bin/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit df4ab6a

Please sign in to comment.