fix tests

This commit is contained in:
Mario Romano
2016-09-06 16:22:30 +01:00
parent f9210ba048
commit 3e0fd310c5
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ export class DocumentListService {
let nodeId = '-root-';
let params: any = {
relativePath: folder,
include: ['path','properties']
include: ['path', 'properties']
};
if (opts) {