Skip to content

Commit 187879c

Browse files
committed
Fix TestPluginConfigElement#getASkippingElement() not matching anything
1 parent a93e3d1 commit 187879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeql-custom-queries-java/queries/maven/lib/MavenLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class TestPluginConfigElement extends PomElement {
8787
"skipITs", // Failsafe plugin
8888
"skipTests"
8989
])
90-
and getValue() = "true"
90+
and result.getValue() = "true"
9191
}
9292

9393
/**

0 commit comments

Comments
 (0)