Skip to content

Commit d538857

Browse files
starckekoesie10
andauthored
Apply suggestions from code review
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent a03e2c8 commit d538857

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/test/vscode-tests/no-workspace/language-selection-panel/language-selection-data-provider.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ describe("LanguageSelectionTreeDataProvider", () => {
4949
expect(actualLanguagesNames.sort()).toEqual(expectedLanguageNames.sort());
5050
});
5151

52-
it("default selection is All languages", async () => {
52+
it("has a default selection of All languages", async () => {
5353
const items = dataProvider.getChildren();
5454
expectSelected(items, undefined);
5555
});
5656

57-
it("When language is changed then the selected element changes", async () => {
57+
it("changes the selected element when the language is changed", async () => {
5858
await languageContext.setLanguageContext(QueryLanguage.CSharp);
5959
const items = dataProvider.getChildren();
6060
expectSelected(items, QueryLanguage.CSharp);

0 commit comments

Comments
 (0)