Skip to content

Commit

Permalink
Async test need next call
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Oct 12, 2012
1 parent 7cf93ae commit 977dca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions lib/adapters/sql/postgres.js
Expand Up @@ -174,9 +174,6 @@ utils.mixin(Adapter.prototype, new (function () {
, ctor = model[modelName]
, reg = model.descriptionRegistry
, props = reg[modelName].properties
, prop
, def
, datatypes = model.datatypes
, sql = '';

items.forEach(function (item) {
Expand Down
1 change: 1 addition & 0 deletions test/adapters/shared.js
Expand Up @@ -392,6 +392,7 @@ tests = {
if (err) {
throw err;
}
next();
});
}
};
Expand Down

0 comments on commit 977dca8

Please sign in to comment.