Update extensions/ql-vscode/src/vscode-tests/no-workspace/remote-queries/repository-selection.test.ts

Co-authored-by: Robert <robertbrignull@github.com>
This commit is contained in:
Nora
2022-12-13 11:37:12 +01:00
committed by GitHub
parent 35ce928068
commit ed9592c2d7

View File

@@ -33,7 +33,7 @@ describe("repository selection", () => {
);
});
it("should return throw error when empt remote user defined list is selected", async () => {
it("should throw an error when an empty remote user defined list is selected", async () => {
const dbManager = setUpDbManager({
kind: DbItemKind.RemoteUserDefinedList,
repos: [],