Skip to content

Commit

Permalink
chore: fix decoration unit test (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 authored Oct 24, 2022
1 parent d99adb4 commit dd88924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ describe('ExtHostFileSystem', () => {
121: [true, 'Modified changes', 'TWO', { id: 'green' }],
});
expect(warnSpy.mock.calls[0][1]).toBe(
"INVALID decoration from extension 'mock-ext-sync-id'. Error: The 'badge'-property must be undefined or a short character",
"INVALID decoration from extension 'mock-ext-sync-id'. Error: The 'badge'-property must be undefined or a short character or codeicon id",
);
});

Expand Down

0 comments on commit dd88924

Please sign in to comment.