Skip to content

Commit d27f3d2

Browse files
committed
Remove incorrect explanations
1 parent 695dc3f commit d27f3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/test/unit-tests/data-extensions-editor/auto-model.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ describe("parsePredictedClassifications", () => {
341341
classification: {
342342
type: ClassificationType.Sink,
343343
kind: "sql injection sink",
344-
explanation: "not a sink",
344+
explanation: "",
345345
},
346346
},
347347
{
@@ -354,7 +354,7 @@ describe("parsePredictedClassifications", () => {
354354
classification: {
355355
type: ClassificationType.Sink,
356356
kind: "sql injection sink",
357-
explanation: "not a sink",
357+
explanation: "",
358358
},
359359
},
360360
];

0 commit comments

Comments
 (0)