fix unit tests

This commit is contained in:
Morris Jobke 2014-06-02 18:39:52 +02:00
parent 9a67986473
commit da090099f4
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});