We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbffc16 commit a24f640Copy full SHA for a24f640
1 file changed
extensions/ql-vscode/test/factories/variant-analysis/shared/variant-analysis.ts
@@ -25,7 +25,7 @@ export function createMockVariantAnalysis({
25
id: faker.number.int(),
26
controllerRepo: {
27
...createMockRepository(),
28
- fullName: `github/${faker.datatype.hexadecimal({
+ fullName: `github/${faker.string.hexadecimal({
29
prefix: "",
30
})}`,
31
},
0 commit comments