Skip to content

Commit a8ae7aa

Browse files
committed
test: use correct element in test
1 parent 2e98971 commit a8ae7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/media/media/property-editors/image-crops/property-editor-ui-image-crops.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('UmbPropertyEditorUIImageCropsElement', () => {
77
let element: UmbPropertyEditorUIImageCropsElement;
88

99
beforeEach(async () => {
10-
element = await fixture(html` <umb-property-editor-ui-image-crops-></umb-property-editor-ui-image-crops-> `);
10+
element = await fixture(html` <umb-property-editor-ui-image-crops></umb-property-editor-ui-image-crops> `);
1111
});
1212

1313
it('is defined with its own instance', () => {

0 commit comments

Comments
 (0)