Skip to content

Commit 93acb76

Browse files
Use punctuation to make test names clearer
1 parent dd630bf commit 93acb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/test/unit-tests/variant-analysis-filter-sort.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ describe(filterAndSortRepositoriesWithResultsByName.name, () => {
451451
});
452452
});
453453

454-
describe("when sort key and search and filter withResults are given", () => {
454+
describe("when sort key, search, and filter withResults are given", () => {
455455
it("returns the correct results", () => {
456456
expect(
457457
filterAndSortRepositoriesWithResultsByName(repositories, {
@@ -548,7 +548,7 @@ describe(filterAndSortRepositoriesWithResults.name, () => {
548548
});
549549
});
550550

551-
describe("when sort key and search and filter withResults are given", () => {
551+
describe("when sort key, search, and filter withResults are given", () => {
552552
it("returns the correct results", () => {
553553
expect(
554554
filterAndSortRepositoriesWithResults(repositories, {

0 commit comments

Comments
 (0)