fix unit tests
This commit is contained in:
parent
9a67986473
commit
da090099f4
|
@ -67,7 +67,7 @@ describe('OCA.Sharing.App tests', function() {
|
|||
expect(fileActions.actions.all).toBeDefined();
|
||||
expect(fileActions.actions.all.Delete).toBeDefined();
|
||||
expect(fileActions.actions.all.Rename).toBeDefined();
|
||||
expect(fileActions.actions.file.Download).toBeDefined();
|
||||
expect(fileActions.actions.all.Download).toBeDefined();
|
||||
|
||||
expect(fileActions.defaults.dir).toEqual('Open');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue