Fix TestModels test expectation

This commit is contained in:
Tony Torralba
2023-04-26 14:32:28 +02:00
parent 0094c25791
commit 5d80f0818c

View File

@@ -93,7 +93,7 @@ public class Test {
sink(sj1.add((CharSequence)source())); // $hasTaintFlow
StringJoiner sj2 = (StringJoiner)source();
sink(sj2.add("test")); // $hasTaintFlow
sink(sj2.add("test")); // $hasValueFlow
}
// top 300-500 JDK APIs tests