From: Morris Jobke Date: Mon, 2 Jun 2014 16:39:52 +0000 (+0200) Subject: fix unit tests X-Git-Tag: v7.0.0alpha2~151^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da090099f414ad4f0163ddfd21f1560f897f58d4;p=nextcloud-server.git fix unit tests --- diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js index ad95ee53942..3a1b495a16b 100644 --- a/apps/files_sharing/tests/js/appSpec.js +++ b/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'); });