From 5d2f19b360b7ec74db659ae571d730c1acc58b76 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Tue, 5 Apr 2016 13:26:34 -0700 Subject: [PATCH] fix lint error --- mocha_test/detect.js | 2 +- mocha_test/some.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mocha_test/detect.js b/mocha_test/detect.js index 9c9d06c64..ddc86cedb 100644 --- a/mocha_test/detect.js +++ b/mocha_test/detect.js @@ -83,7 +83,7 @@ describe("detect", function () { setTimeout(function () { expect(calls).to.eql([1, 2, 3]); done(); - }, 10) + }, 10); }); it('detectSeries - ensure stop', function (done) { diff --git a/mocha_test/some.js b/mocha_test/some.js index 9e7cef02b..0a5a8da44 100644 --- a/mocha_test/some.js +++ b/mocha_test/some.js @@ -60,7 +60,7 @@ describe("some", function () { setTimeout(function () { expect(calls).to.eql([1, 2, 3]); done(); - }, 10) + }, 10); }); it('someLimit true', function(done){