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

Commit 603e17a

Browse files
committed
WIP
1 parent e5d22a7 commit 603e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backends/mongoose_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ describe('Backend', function() {
346346

347347
return Promise.all([
348348
tweet1.save.promisify(tweet1),
349-
tweet2.save.promisify(tweet2),
349+
tweet2.save.promisify(tweet2)
350350
])
351351
.then(function() {
352352
var activities = [

0 commit comments

Comments
 (0)