Skip to content

Commit

Permalink
[jacodb-ifds] Delete wrong assertion in BaseAnalysisTest
Browse files Browse the repository at this point in the history
  • Loading branch information
volivan239 authored and lehvolk committed Jun 21, 2023
1 parent 58d22bd commit a1a2762
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ abstract class BaseAnalysisTest : BaseTest() {
expectedLocations.forEach { expected ->
assertTrue(sinks.any { it.contains(expected) })
}
assertEquals(expectedLocations.toSet(), findSinks(method, engine, vulnerabilityType))
}

protected fun testSingleJulietClass(engine: AnalysisEngine, vulnerabilityType: String, className: String) {
Expand Down

0 comments on commit a1a2762

Please sign in to comment.