Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 8b26a0b

Browse files
committed
WIP
1 parent c2dd5d1 commit 8b26a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/backends/mongoose_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ describe('Backend', function() {
7474
var linkSave = Promise.denodeify(link.save);
7575
return linkSave.call(link);
7676
}.bind(this),
77-
done,
77+
done
7878
)
7979
.then(
8080
function() {
8181
this.link = link;
8282
done();
8383
}.bind(this),
84-
done,
84+
done
8585
);
8686

8787
// replace the module `request` with a stub object

0 commit comments

Comments
 (0)