Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/34122/head
Valdnet 2022-09-19 11:12:09 +07:00 committed by GitHub
parent 58d98a3085
commit 187464a70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

@ -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)');
});
});