diff --git a/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.test.ts b/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.test.ts index becefcd15a..3a20144a2e 100644 --- a/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.test.ts +++ b/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.test.ts @@ -25,7 +25,7 @@ describe('UmbContextConsumer', () => { }); describe('events', () => { - it('dispatches request context event when constructed', async () => { + it('dispatches context request event when constructed', async () => { const listener = oneEvent(window, umbContextRequestEventType); consumer.attach();