summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/js/appSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/js/appSpec.js')
-rw-r--r--apps/files_sharing/tests/js/appSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js
index d0480ad1aa4..5fb269da75e 100644
--- a/apps/files_sharing/tests/js/appSpec.js
+++ b/apps/files_sharing/tests/js/appSpec.js
@@ -55,7 +55,7 @@ describe('OCA.Sharing.App tests', function() {
describe('initialization', function() {
it('inits sharing-in list on show', function() {
- expect(fileListIn._sharedWithUser).toEqual(true);
+ expect(fileListIn._sharedWithUser).toEqual(true);
});
it('inits sharing-out list on show', function() {
expect(fileListOut._sharedWithUser).toBeFalsy();