Skip to content

Commit f485907

Browse files
committed
Fix failing test
1 parent 82cde12 commit f485907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/test/common/terminalColorRegistry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ suite('Workbench - TerminalColorRegistry', () => {
6464
assert.deepStrictEqual(colors, [
6565
'#000000',
6666
'#cd3131',
67-
'#00bc00',
67+
'#107c10',
6868
'#949800',
6969
'#0451a5',
7070
'#bc05bc',

0 commit comments

Comments
 (0)