Skip to content

Commit dd88924

Browse files
authored
chore: fix decoration unit test (#1823)
1 parent d99adb4 commit dd88924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/extension/__tests__/hosted/api/vscode/ext.host.decoration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('ExtHostFileSystem', () => {
274274
121: [true, 'Modified changes', 'TWO', { id: 'green' }],
275275
});
276276
expect(warnSpy.mock.calls[0][1]).toBe(
277-
"INVALID decoration from extension 'mock-ext-sync-id'. Error: The 'badge'-property must be undefined or a short character",
277+
"INVALID decoration from extension 'mock-ext-sync-id'. Error: The 'badge'-property must be undefined or a short character or codeicon id",
278278
);
279279
});
280280

0 commit comments

Comments
 (0)