Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterzawistowicz/f26c4634dbbd5be9fcb0 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/f26c4634dbbd5be9fcb0 to your computer and use it in GitHub Desktop.
async.series([connectDB, dropUserCollection, dropUserFeedEntryCollection, dropUserFeedEntryCollection, getApplication, deleteTestAccounts, closeDB]);
@philgebhardt
Copy link

missing closing bracket after closeDB.

async.series([connectDB, dropUserCollection, dropUserFeedEntryCollection, dropUserFeedEntryCollection, getApplication, deleteTestAccounts, closeDB]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment