Skip to content

Commit ee719cd

Browse files
committed
removed the comments
1 parent 501c9d1 commit ee719cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unit/bin/helpers/capabilityHelper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,6 @@ describe("capabilityHelper.js", () => {
12571257
},
12581258
connection_settings: {}
12591259
}
1260-
// sinon.assert.calledWith(loggerWarningSpy, 'You have passed an invalid value to the interactive_debugging capability. Proceeding with the default value (True).');
12611260
return capabilityHelper
12621261
.validate(bsConfig, {})
12631262
.then(function (data) {
@@ -1284,7 +1283,6 @@ describe("capabilityHelper.js", () => {
12841283
},
12851284
connection_settings: {}
12861285
}
1287-
// sinon.assert.calledWith(loggerWarningSpy, 'You have passed an invalid value to the interactive_debugging capability. Proceeding with the default value (True).');
12881286
return capabilityHelper
12891287
.validate(bsConfig, {})
12901288
.then(function (data) {
@@ -1312,7 +1310,6 @@ describe("capabilityHelper.js", () => {
13121310
},
13131311
connection_settings: {}
13141312
}
1315-
// sinon.assert.calledWith(loggerWarningSpy, 'You have passed an invalid value to the interactive_debugging capability. Proceeding with the default value (True).');
13161313
return capabilityHelper
13171314
.validate(bsConfig, {})
13181315
.then(function (data) {

0 commit comments

Comments
 (0)