diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-19 11:12:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 11:12:09 +0200 |
commit | 187464a70dd8ce5e30e42dab395407c3cf38ee02 (patch) | |
tree | 73b62549993f8ce908ba00df99a023711fefebb7 /core/js | |
parent | 58d98a3085a793d0d147b42836d16a3f7c0c31bf (diff) | |
download | nextcloud-server-187464a70dd8ce5e30e42dab395407c3cf38ee02.tar.gz nextcloud-server-187464a70dd8ce5e30e42dab395407c3cf38ee02.zip |
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/tests/specs/systemtags/systemtagsSpec.js | 6 |
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)'); }); }); |