Replace faker.datatype.hexadecimal by faker.string.hexadecimal

This commit is contained in:
Koen Vlaswinkel
2023-06-08 13:47:03 +02:00
parent bbffc16b64
commit a24f640dc0

View File

@@ -25,7 +25,7 @@ export function createMockVariantAnalysis({
id: faker.number.int(),
controllerRepo: {
...createMockRepository(),
fullName: `github/${faker.datatype.hexadecimal({
fullName: `github/${faker.string.hexadecimal({
prefix: "",
})}`,
},