Update names to new naming convention

This commit is contained in:
Ed Minnix
2023-03-10 15:13:58 -05:00
parent e2acc26419
commit b6eeac5bc8
3 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ class HasApkInstallationTest extends InlineExpectationsTest {
override predicate hasActualResult(Location location, string element, string tag, string value) {
tag = "hasApkInstallation" and
exists(DataFlow::Node sink | ApkConfiguration::hasFlowTo(sink) |
exists(DataFlow::Node sink | ApkInstallationFlow::hasFlowTo(sink) |
sink.getLocation() = location and
element = sink.toString() and
value = ""