Skip to content

Commit

Permalink
Add missing return for KVAO delete all
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhoibm committed Jan 13, 2017
1 parent 22f2abf commit 9a0d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kvao/delete-all.suite.js
Expand Up @@ -20,7 +20,7 @@ module.exports = function(dataSourceFactory, connectorCapabilities) {

it('does not remove data from other existing models', () => {
let AnotherModel;
helpers.givenModel(dataSourceFactory, 'AnotherModel')
return helpers.givenModel(dataSourceFactory, 'AnotherModel')
.then(ModelCtor => AnotherModel = ModelCtor)
.then(() => helpers.givenKeys(CacheItem, ['key1', 'key2']))
.then(() => helpers.givenKeys(AnotherModel, ['key3', 'key4']))
Expand Down

0 comments on commit 9a0d34a

Please sign in to comment.