Skip to content

Commit 02443b5

Browse files
committed
Add missing / to nwo names
1 parent 50b507d commit 02443b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/vscode-tests/factories/remote-queries/gh-api/skipped-repositories.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export function createMockSkippedRepoGroup(): VariantAnalysisSkippedRepositoryGr
3535
}
3636

3737
export function createMockNotFoundSkippedRepoGroup(): VariantAnalysisNotFoundRepositoryGroup {
38-
const repoName1 = 'github' + faker.random.word();
39-
const repoName2 = 'github' + faker.random.word();
38+
const repoName1 = 'github/' + faker.random.word();
39+
const repoName2 = 'github/' + faker.random.word();
4040

4141
return {
4242
repository_count: 2,

0 commit comments

Comments
 (0)