Skip to content

Commit 495e76a

Browse files
committed
lint fixes
1 parent 6d947a8 commit 495e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test.conversation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const workspace1 = extend(true, {}, workspace, intents);
4949
describe('conversation_integration', function() {
5050
this.timeout(TEN_SECONDS);
5151
this.slow(TWO_SECONDS); // this controls when the tests get a colored warning for taking too long
52-
//this.retries(1);
52+
// this.retries(1);
5353

5454
let conversation;
5555

0 commit comments

Comments
 (0)