Add missing / to nwo names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user