diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-11-20 12:20:06 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-20 19:46:49 +0100 |
commit | 78056a3bef15c04af19b256915415f413cb561f2 (patch) | |
tree | 468aad968ed5cc9e4127f35ec0f6a2cb187f8c99 /core/js/tests/specs | |
parent | fc99811d0a4935eda1c7ea3d94ae1b50b8cc4b8c (diff) | |
download | nextcloud-server-78056a3bef15c04af19b256915415f413cb561f2.tar.gz nextcloud-server-78056a3bef15c04af19b256915415f413cb561f2.zip |
Fix whitespace and file action cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/js/tests/specs')
-rw-r--r-- | core/js/tests/specs/sharedialoglinkshareview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/sharedialoglinkshareview.js b/core/js/tests/specs/sharedialoglinkshareview.js index 0272b07297e..9e6c67dca14 100644 --- a/core/js/tests/specs/sharedialoglinkshareview.js +++ b/core/js/tests/specs/sharedialoglinkshareview.js @@ -114,7 +114,7 @@ describe('OC.Share.ShareDialogLinkShareView', function () { $hideDownloadCheckbox = view.$el.find('.hideDownloadCheckbox'); - expect($hideDownloadCheckbox.length).toBeFalsy(); + expect($hideDownloadCheckbox.length).toBeTruthy(); }); it('checkbox is checked when the setting is enabled', function () { |