Clarify title description
To make it clear it's referring to a `user-specified` label, not that the user is not specified.
This commit is contained in:
@@ -95,7 +95,7 @@ describe('HistoryItemLabelProvider', () => {
|
||||
expect(labelProvider.getLabel(fqi)).to.eq(`${dateStr} query-name (javascript) github/vscode-codeql-integration-tests in progress %::${dateStr} query-name (javascript) github/vscode-codeql-integration-tests in progress %`);
|
||||
});
|
||||
|
||||
it('should interpolate query when not user specified', () => {
|
||||
it('should interpolate query when not user-specified', () => {
|
||||
const fqi = createMockRemoteQueryInfo();
|
||||
|
||||
expect(labelProvider.getLabel(fqi)).to.eq('xxx query-name (javascript) xxx');
|
||||
|
||||
Reference in New Issue
Block a user