Updated tests

Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
Harry Hogg
2023-02-08 13:49:43 +00:00
parent b977c2e69f
commit 418bd9234f
@@ -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',
);
});