Skip to content

Commit 123b1fc

Browse files
committed
Clarify title description
To make it clear it's referring to a `user-specified` label, not that the user is not specified.
1 parent 833f8e0 commit 123b1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/vscode-tests/no-workspace/history-item-label-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('HistoryItemLabelProvider', () => {
9595
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 %`);
9696
});
9797

98-
it('should interpolate query when not user specified', () => {
98+
it('should interpolate query when not user-specified', () => {
9999
const fqi = createMockRemoteQueryInfo();
100100

101101
expect(labelProvider.getLabel(fqi)).to.eq('xxx query-name (javascript) xxx');

0 commit comments

Comments
 (0)