Add database id for found keys

This commit is contained in:
Raul Ochoa 2015-09-25 14:21:04 +02:00
parent e667da8453
commit be8c82870f

View File

@ -90,7 +90,7 @@ after(function(done) {
delete databasesTasks[db];
keys.forEach(function(k) {
if (!expectedKeys[k]) {
keysFound.push(k);
keysFound.push('[db='+db+']'+k);
}
});