Skip to content

Commit a24f640

Browse files
committed
Replace faker.datatype.hexadecimal by faker.string.hexadecimal
1 parent bbffc16 commit a24f640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/factories/variant-analysis/shared/variant-analysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function createMockVariantAnalysis({
2525
id: faker.number.int(),
2626
controllerRepo: {
2727
...createMockRepository(),
28-
fullName: `github/${faker.datatype.hexadecimal({
28+
fullName: `github/${faker.string.hexadecimal({
2929
prefix: "",
3030
})}`,
3131
},

0 commit comments

Comments
 (0)