Remove dependency from DatabaseAdapter on cache.js.
This commit is contained in:
@@ -384,7 +384,7 @@ describe('miscellaneous', function() {
|
||||
obj.set('foo', 'bar');
|
||||
return obj.save();
|
||||
}).then(() => {
|
||||
var db = DatabaseAdapter.getDatabaseConnection(appId);
|
||||
var db = DatabaseAdapter.getDatabaseConnection(appId, 'test_');
|
||||
return db.mongoFind('TestObject', {}, {});
|
||||
}).then((results) => {
|
||||
expect(results.length).toEqual(1);
|
||||
|
||||
Reference in New Issue
Block a user