Skip to content

Commit

Permalink
fix(test): fix multiple calling done
Browse files Browse the repository at this point in the history
  • Loading branch information
ToQoz committed Mar 14, 2016
1 parent 2bf1c1b commit 59eae5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ describe('api-gateway-localdev', function() {
it("path without params should be preferred than with params", function(done) {
req("GET", "/hello", "", function(res, data) {
assert.equal(data, "hello");
done();

req("GET", "/all", "", function(res, data) {
assert.equal(data, "all");
Expand Down

0 comments on commit 59eae5f

Please sign in to comment.