Fix test name typo

This commit is contained in:
Dermot Duffy
2024-09-13 07:51:33 -07:00
parent a0283c35c1
commit d3754b0c34
+1 -1
View File
@@ -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' }],