diff --git a/plugins/record-hook/src/tests/recordHook.messages.e2e.spec.ts b/plugins/record-hook/src/tests/recordHook.messages.e2e.spec.ts index c7eb03593..54f6d4799 100644 --- a/plugins/record-hook/src/tests/recordHook.messages.e2e.spec.ts +++ b/plugins/record-hook/src/tests/recordHook.messages.e2e.spec.ts @@ -36,8 +36,8 @@ describe('recordHook() simple data modification e2e', () => { await deleteSpace(spaceId) }) - describe('Assigns metadata without assigning a new value', () => { - it('correctly assigns metadata', async () => { + describe('Assigns messages without assigning a new value', () => { + it('correctly assigns messages', async () => { listener.use( recordHook('test', (record) => { record.addInfo('name', messageValue)