From 187464a70dd8ce5e30e42dab395407c3cf38ee02 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:12:09 +0200 Subject: [PATCH] Fix test Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- core/js/tests/specs/systemtags/systemtagsSpec.js | 6 +++--- 1 file 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)'); }); });