Skip to content

Commit 5d80f08

Browse files
committed
Fix TestModels test expectation
1 parent 0094c25 commit 5d80f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/ext/TestModels/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void test() throws Exception {
9393
sink(sj1.add((CharSequence)source())); // $hasTaintFlow
9494

9595
StringJoiner sj2 = (StringJoiner)source();
96-
sink(sj2.add("test")); // $hasTaintFlow
96+
sink(sj2.add("test")); // $hasValueFlow
9797
}
9898

9999
// top 300-500 JDK APIs tests

0 commit comments

Comments
 (0)