mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 11:34:45 +00:00
Fix settingKeyToDisplayFormat unit test
This commit is contained in:
parent
f0a793389e
commit
2075a36029
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ suite('SettingsTree', () => {
|
|||
assert.deepEqual(
|
||||
settingKeyToDisplayFormat('foo.bar.etc'),
|
||||
{
|
||||
category: 'Foo.Bar',
|
||||
category: 'Foo › Bar',
|
||||
label: 'Etc'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue