Replace faker.datatype.hexadecimal by faker.string.hexadecimal
This commit is contained in:
@@ -25,7 +25,7 @@ export function createMockVariantAnalysis({
|
|||||||
id: faker.number.int(),
|
id: faker.number.int(),
|
||||||
controllerRepo: {
|
controllerRepo: {
|
||||||
...createMockRepository(),
|
...createMockRepository(),
|
||||||
fullName: `github/${faker.datatype.hexadecimal({
|
fullName: `github/${faker.string.hexadecimal({
|
||||||
prefix: "",
|
prefix: "",
|
||||||
})}`,
|
})}`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user