Remove incorrect explanations

This commit is contained in:
Koen Vlaswinkel
2023-05-30 11:21:01 +02:00
parent 695dc3f883
commit d27f3d2699

View File

@@ -341,7 +341,7 @@ describe("parsePredictedClassifications", () => {
classification: {
type: ClassificationType.Sink,
kind: "sql injection sink",
explanation: "not a sink",
explanation: "",
},
},
{
@@ -354,7 +354,7 @@ describe("parsePredictedClassifications", () => {
classification: {
type: ClassificationType.Sink,
kind: "sql injection sink",
explanation: "not a sink",
explanation: "",
},
},
];