From d3754b0c34c1b89be8800c0df9650ca46d6987dd Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 13 Sep 2024 07:51:33 -0700 Subject: [PATCH] Fix test name typo --- tests/config/management.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/management.test.ts b/tests/config/management.test.ts index 7595b3de..e819b80b 100644 --- a/tests/config/management.test.ts +++ b/tests/config/management.test.ts @@ -813,7 +813,7 @@ describe('should handle version specific upgrades', () => { }); describe('should move PTZ elements to live', () => { - it('xxx case with 1 element', () => { + it('case with 1 element', () => { const config = { type: 'custom:frigate-card', cameras: [{ camera_entity: 'camera.office' }],