Skip to content

Commit 68cc7b1

Browse files
Fixed test
1 parent ca66484 commit 68cc7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/composables/__tests__/icons.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Icon Composable', () => {
3636
icon: undefined,
3737
iconOptions: {},
3838
name: 'loading',
39-
})).toThrowError('[VColorField]: No VColorField default undefined icon set found.');
39+
})).toThrowError('[VColorField]: No default undefined icon set found.');
4040
});
4141

4242
it('throws error if supplied name not found', () => {

0 commit comments

Comments
 (0)