Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/34122/head
Valdnet 3 years ago committed by GitHub
parent 58d98a3085
commit 187464a70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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)');
});
});

Loading…
Cancel
Save