fix unit tests

remotes/origin/ldap_group_count
Morris Jobke 12 years ago
parent 9a67986473
commit da090099f4
  1. 2
      apps/files_sharing/tests/js/appSpec.js

@ -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…
Cancel
Save