Add database id for found keys
This commit is contained in:
parent
e667da8453
commit
be8c82870f
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user