Skip to content

Commit ef8f2d1

Browse files
committed
Rename test case for clarity
1 parent 3a2b8e2 commit ef8f2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/context/node/resolvers/test/vscodeContext.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('parseSettingsAndCommands', () => {
130130
expect(result[0].commandToRun?.arguments).toEqual(['@id:editor.fontSize ']);
131131
});
132132

133-
it('returns empty array for unknown command', async () => {
133+
it('returns empty quickOpen for unknown command', async () => {
134134
const mockService = new MockWorkbenchService({}, [
135135
{ label: 'Show All Commands', command: 'workbench.action.showCommands', keybinding: 'Ctrl+Shift+P' }
136136
]);
@@ -340,4 +340,4 @@ describe('parseSettingsAndCommands', () => {
340340
expect(result[0].commandToRun?.arguments).toEqual(['>']);
341341
expect(result[0].commandToRun?.title).toBe('Show in Command Palette');
342342
});
343-
});
343+
});

0 commit comments

Comments
 (0)