Add missing / to nwo names

This commit is contained in:
Elena Tanasoiu
2022-09-28 15:42:02 +01:00
parent 50b507dba5
commit 02443b5ddd

View File

@@ -35,8 +35,8 @@ export function createMockSkippedRepoGroup(): VariantAnalysisSkippedRepositoryGr
}
export function createMockNotFoundSkippedRepoGroup(): VariantAnalysisNotFoundRepositoryGroup {
const repoName1 = 'github' + faker.random.word();
const repoName2 = 'github' + faker.random.word();
const repoName1 = 'github/' + faker.random.word();
const repoName2 = 'github/' + faker.random.word();
return {
repository_count: 2,