From 418bd9234f69fdad46125a698efa0d0a9111ef07 Mon Sep 17 00:00:00 2001 From: Harry Hogg Date: Wed, 8 Feb 2023 13:49:43 +0000 Subject: [PATCH] Updated tests Signed-off-by: Harry Hogg --- .../src/permissions/rules/createPropertyRule.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/permissions/rules/createPropertyRule.test.ts b/plugins/catalog-backend/src/permissions/rules/createPropertyRule.test.ts index 5b34c98ca6..b2630f0f73 100644 --- a/plugins/catalog-backend/src/permissions/rules/createPropertyRule.test.ts +++ b/plugins/catalog-backend/src/permissions/rules/createPropertyRule.test.ts @@ -25,7 +25,7 @@ describe('createPropertyRule', () => { it('formats the rule description correctly', () => { expect(description).toBe( - 'Allow entities which have the specified metadata subfield.', + 'Allow entities with the specified metadata subfield', ); });