aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js')
-rw-r--r--core/js/tests/specs/systemtags/systemtagsSpec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/js/tests/specs/systemtags/systemtagsSpec.js b/core/js/tests/specs/systemtags/systemtagsSpec.js
index 7d7987e9cb3..376a25c7d83 100644
--- a/core/js/tests/specs/systemtags/systemtagsSpec.js
+++ b/core/js/tests/specs/systemtags/systemtagsSpec.js
@@ -62,8 +62,8 @@ describe('OC.SystemTags tests', function() {
}
testScope(true, true, 'Fourty Two');
- testScope(false, true, 'Fourty Two (invisible)');
- testScope(false, false, 'Fourty Two (invisible)');
- testScope(true, false, 'Fourty Two (restricted)');
+ testScope(false, true, 'Fourty Two (Invisible)');
+ testScope(false, false, 'Fourty Two (Invisible)');
+ testScope(true, false, 'Fourty Two (Restricted)');
});
});